Commit 36fbe907 by Stuart Young

remove edx-east sym link in packer scripts

parent 6e498247
......@@ -51,7 +51,11 @@
"inline": ["cd {{user `playbook_remote_dir`}}",
"export CONFIGURATION_VERSION='{{user `remote_branch`}}'",
"sudo bash ./stop-automatic-updates.sh",
"sudo bash ./ansible-bootstrap.sh" ]
"sudo bash ./ansible-bootstrap.sh"
]
}, {
"type": "shell-local",
"command": "rm ../../playbooks/edx-east"
}, {
"type": "ansible-local",
"playbook_file": "../../playbooks/jenkins_worker.yml",
......
......@@ -50,7 +50,11 @@
"inline": ["cd {{user `playbook_remote_dir`}}",
"export CONFIGURATION_VERSION='{{user `remote_branch`}}'",
"sudo bash ./stop-automatic-updates.sh",
"sudo bash ./ansible-bootstrap.sh" ]
"sudo bash ./ansible-bootstrap.sh"
]
}, {
"type": "shell-local",
"command": "rm ../../playbooks/edx-east"
}, {
"type": "ansible-local",
"playbook_file": "../../playbooks/jenkins_worker_android.yml",
......
......@@ -50,7 +50,11 @@
"inline": ["cd {{user `playbook_remote_dir`}}",
"export CONFIGURATION_VERSION='{{user `remote_branch`}}'",
"sudo bash ./stop-automatic-updates.sh",
"sudo bash ./ansible-bootstrap.sh" ]
"sudo bash ./ansible-bootstrap.sh"
]
}, {
"type": "shell-local",
"command": "rm ../../playbooks/edx-east"
}, {
"type": "ansible-local",
"playbook_file": "../../playbooks/jenkins_worker_loadtest_driver.yml",
......
......@@ -51,7 +51,11 @@
"inline": ["cd {{user `playbook_remote_dir`}}",
"export CONFIGURATION_VERSION='{{user `remote_branch`}}'",
"sudo bash ./stop-automatic-updates.sh",
"sudo bash ./ansible-bootstrap.sh" ]
"sudo bash ./ansible-bootstrap.sh"
]
}, {
"type": "shell-local",
"command": "rm ../../playbooks/edx-east"
}, {
"type": "ansible-local",
"playbook_file": "../../playbooks/jenkins_worker.yml",
......
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