Unverified Commit d2d5a46a by Stu Young Committed by GitHub

Merge pull request #4609 from edx/estute/TE-2594-pt-2

remove edx-east sym link in packer scripts
parents e78ffa9d 36fbe907
......@@ -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