Skip to content

Commit 1b12275

Browse files
committed
ci(nightly): trying force again
1 parent 3abf491 commit 1b12275

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

publish-nightly.sh

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,9 @@ setup_git() {
66
}
77

88
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-
179
printf "Run nightly update \n"
18-
git subtree push --prefix Assets/FluidBehaviorTree origin-nightly nightly
10+
git remote add origin-nightly https://${GH_TOKEN}@github.com/ashblue/fluid-behavior-tree.git
11+
git subtree push --prefix Assets/FluidBehaviorTree origin-nightly nightly --force
1912
}
2013

2114
setup_git

0 commit comments

Comments
 (0)