Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Commit

Permalink
Merge pull request #89 from thom8/test_as_root
Browse files Browse the repository at this point in the history
Run test build as root.
  • Loading branch information
thom8 committed Feb 1, 2016
2 parents 429eb0a + 8e701f4 commit 777e336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test:
override:
- sudo cp -rf $BEET_HOME/* $BEET_BASE
- sudo cp ~/$CIRCLE_PROJECT_REPONAME/.beetbox/config.yml $BEET_HOME/ansible/vagrant.config.yml
- sudo $BEET_HOME/ansible/build.sh
- sudo su -c $BEET_HOME/ansible/build.sh
deployment:
dev:
branch: dev
Expand Down

0 comments on commit 777e336

Please sign in to comment.