Commit 853a777d by Ben Patterson

Merge pull request #1477 from edx/benp/packerify-jenkins-worker

Packer: set config to work with any clone name (host machine).
parents 310fa55a 651a4c97
...@@ -21,11 +21,11 @@ ...@@ -21,11 +21,11 @@
"inline": ["rm -rf {{user `playbook_remote_dir`}}"] "inline": ["rm -rf {{user `playbook_remote_dir`}}"]
}, { }, {
"type": "file", "type": "file",
"source": "../../../configuration/playbooks", "source": "../../playbooks",
"destination": "{{user `playbook_remote_dir`}}" "destination": "{{user `playbook_remote_dir`}}"
}, { }, {
"type": "file", "type": "file",
"source": "../../../configuration/requirements.txt", "source": "../../requirements.txt",
"destination": "{{user `playbook_remote_dir`}}/requirements.txt" "destination": "{{user `playbook_remote_dir`}}/requirements.txt"
}, { }, {
"type": "shell", "type": "shell",
......
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