We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f78a86 commit da4f36dCopy full SHA for da4f36d
publish-nightly.sh
@@ -6,11 +6,11 @@ setup_git() {
6
}
7
8
update_nightly_branch() {
9
- printf "Current Git details"
+ printf "Current Git details \n"
10
git rev-parse HEAD
11
git branch | grep \* | cut -d ' ' -f2
12
13
- printf "Run nightly update"
+ printf "Run nightly update \n"
14
git remote add origin-nightly https://${GH_TOKEN}@github.com/ashblue/fluid-behavior-tree.git
15
git subtree push --prefix Assets/FluidBehaviorTree origin-nightly nightly
16
0 commit comments