Skip to content

Commit

Permalink
revert(nightly): removing nightly back to what it originally was
Browse files Browse the repository at this point in the history
  • Loading branch information
ashblue committed Jun 10, 2019
1 parent c526b9d commit f697eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish-nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ setup_git() {

update_nightly_branch() {
git remote add origin-nightly https://${GH_TOKEN}@github.com/ashblue/fluid-behavior-tree.git
git push origin-nightly `git subtree split --prefix Assets/FluidBehaviorTree master`:nightly --force
git subtree push --prefix Assets/FluidBehaviorTree origin-nightly nightly
}

setup_git
Expand Down

0 comments on commit f697eec

Please sign in to comment.