Commit a14ac547 by Feanil Patel

Remove un-used scripts.

parent 189811c6
# Create a cloudformation stack.
- name: Create cloudformation stack for {{STACK_NAME}}
hosts: localhost
connection: local
gather_facts: False
roles:
- launch_cfn
# Provision Users on everything.
- name: Create Users
hosts: tag_aws_cloudformation_stack-name_{{STACK_NAME}}
roles:
- gh_users
if [ ! -d /mnt/virtualenvs/"$JOB_NAME" ]; then
mkdir -p /mnt/virtualenvs/"$JOB_NAME"
virtualenv --system-site-packages /mnt/virtualenvs/"$JOB_NAME"
fi
export PIP_DOWNLOAD_CACHE=/mnt/pip-cache
. /mnt/virtualenvs/"$JOB_NAME"/bin/activate
cd configuration
pip install -r requirements.txt
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment