Skip to content

Commit b1ae62d

Browse files
committed
fix(travis): nightly builds moved to a force push
1 parent 4413d51 commit b1ae62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish-nightly.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ commit_files() {
1212

1313
update_nightly_branch() {
1414
git remote add origin-nightly https://${GH_TOKEN}@github.com/ashblue/fluid-behavior-tree.git
15-
git subtree push --prefix dist origin-nightly nightly
15+
git subtree push --prefix dist origin-nightly nightly -f
1616
}
1717

1818
setup_git

0 commit comments

Comments
 (0)