Skip to content

Commit

Permalink
Merge pull request #29 from docker/shibb-prod-buildnumber
Browse files Browse the repository at this point in the history
attempt to write build number to VM
  • Loading branch information
pcaskey authored Feb 21, 2017
2 parents 45b7c89 + 6d24853 commit 5da78b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion shibboleth-appliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@
{
"type": "shell",
"execute_command": "echo 'centos' | {{.Vars}} sudo -S -E bash '{{.Path}}'",
"script": "scripts/cleanup.sh"
"script": "scripts/cleanup.sh",
},
{
"type": "shell",
"inline": ["sudo centos echo 'TIERBUILD='{{user `build_number`}} > /home/centos/buildenv.bash"]
}
],
"builders": [
Expand Down

0 comments on commit 5da78b4

Please sign in to comment.