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.
2 parents 8fbcc0d + 18336c9 commit 36d2f7cCopy full SHA for 36d2f7c
publish-nightly.sh
@@ -6,8 +6,10 @@ setup_git() {
6
}
7
8
update_nightly_branch() {
9
+ printf "Run nightly update \n"
10
git remote add origin-nightly https://${GH_TOKEN}@github.com/ashblue/fluid-behavior-tree.git
- git subtree push --prefix Assets/FluidBehaviorTree origin-nightly nightly
11
+ git subtree split --prefix Assets/FluidBehaviorTree -b nightly
12
+ git push -f origin-nightly nightly:nightly
13
14
15
setup_git
0 commit comments