Skip to content

Commit da4f36d

Browse files
committed
ci(nightly): fixing debug print
1 parent 0f78a86 commit da4f36d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

publish-nightly.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ setup_git() {
66
}
77

88
update_nightly_branch() {
9-
printf "Current Git details"
9+
printf "Current Git details \n"
1010
git rev-parse HEAD
1111
git branch | grep \* | cut -d ' ' -f2
1212

13-
printf "Run nightly update"
13+
printf "Run nightly update \n"
1414
git remote add origin-nightly https://${GH_TOKEN}@github.com/ashblue/fluid-behavior-tree.git
1515
git subtree push --prefix Assets/FluidBehaviorTree origin-nightly nightly
1616
}

0 commit comments

Comments
 (0)