Skip to content

Instantly share code, notes, and snippets.

@thom8
Last active January 27, 2016 05:28
Show Gist options
  • Save thom8/21cc4d0e04fdd8fee76a to your computer and use it in GitHub Desktop.
Save thom8/21cc4d0e04fdd8fee76a to your computer and use it in GitHub Desktop.
---
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