Skip to content

Commit 0f78a86

Browse files
committed
ci(nightly): printing nightly debug details
1 parent f697eec commit 0f78a86

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

publish-nightly.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ setup_git() {
66
}
77

88
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"
914
git remote add origin-nightly https://${GH_TOKEN}@github.com/ashblue/fluid-behavior-tree.git
1015
git subtree push --prefix Assets/FluidBehaviorTree origin-nightly nightly
1116
}

0 commit comments

Comments
 (0)