Skip to content

Commit

Permalink
Merge pull request #28 from docker/NamingAMI
Browse files Browse the repository at this point in the history
another attempt to write build number to VM
  • Loading branch information
pcaskey authored Feb 21, 2017
2 parents 5cfdaa3 + ce11465 commit bb380b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shibboleth-appliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@
"type": "shell",
"execute_command": "echo 'centos' | {{.Vars}} sudo -S -E bash '{{.Path}}'",
"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 bb380b4

Please sign in to comment.