Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
another attempt to write build number to VM
pcaskey committed Feb 21, 2017
1 parent f34f844 commit ce11465
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shibboleth-appliance.json
@@ -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": [
{

0 comments on commit ce11465

Please sign in to comment.