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 3abf491 commit 1b12275Copy full SHA for 1b12275
publish-nightly.sh
@@ -6,16 +6,9 @@ setup_git() {
6
}
7
8
update_nightly_branch() {
9
- git remote add origin-nightly https://${GH_TOKEN}@github.com/ashblue/fluid-behavior-tree.git
10
- git fetch
11
- git checkout -b develop origin-nightly/develop
12
-
13
- printf "Current Git details \n"
14
- git rev-parse HEAD
15
- git branch | grep \* | cut -d ' ' -f2
16
17
printf "Run nightly update \n"
18
- git subtree push --prefix Assets/FluidBehaviorTree origin-nightly nightly
+ git remote add origin-nightly https://${GH_TOKEN}@github.com/ashblue/fluid-behavior-tree.git
+ git subtree push --prefix Assets/FluidBehaviorTree origin-nightly nightly --force
19
20
21
setup_git
0 commit comments