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 f697eec commit 0f78a86Copy full SHA for 0f78a86
publish-nightly.sh
@@ -6,6 +6,11 @@ setup_git() {
6
}
7
8
update_nightly_branch() {
9
+ printf "Current Git details"
10
+ git rev-parse HEAD
11
+ git branch | grep \* | cut -d ' ' -f2
12
+
13
+ printf "Run nightly update"
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