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.
develop
1 parent da4f36d commit 3abf491Copy full SHA for 3abf491
publish-nightly.sh
@@ -6,12 +6,15 @@ 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"
- git remote add origin-nightly https://${GH_TOKEN}@github.com/ashblue/fluid-behavior-tree.git
18
git subtree push --prefix Assets/FluidBehaviorTree origin-nightly nightly
19
20
0 commit comments