Skip to content

Commit

Permalink
CI: ensure we have latest from ponzu-dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed May 9, 2018
1 parent aa0c758 commit 4738912
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/test-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ ponzu

# create a project and generate code
if [ $CIRCLE_BRANCH = "ponzu-dev" ]; then
# ensure we have the latest from ponzu-dev branch
cd /go/src/github.com/ponzu-cms/ponzu
git checkout ponzu-dev
git pull origin ponzu-dev

# create new project using the ponzu-dev branch
ponzu new --dev github.com/ponzu-cms/ci/test-project
else
Expand Down

0 comments on commit 4738912

Please sign in to comment.