Last active
January 27, 2016 05:28
-
-
Save thom8/21cc4d0e04fdd8fee76a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
machine: | |
python: | |
version: 2.7.6 | |
environment: | |
BEETBOX_HOME: /home/ubuntu/beetbox | |
BEETBOX_DEPENDENCIES: https://raw.githubusercontent.com/drupalmel/beetbox/master/tests/dependencies.sh | |
dependencies: | |
pre: | |
- curl -fsSL $BEETBOX_DEPENDENCIES | bash | |
- sudo cp ~/$CIRCLE_PROJECT_REPONAME/.beetbox/config.yml $BEETBOX_HOME/ansible/vagrant.config.yml | |
- sudo $BEETBOX_HOME/ansible/build.sh | |
test: | |
override: | |
#- /path/to/test_script.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment