Skip to content

Commit

Permalink
add build number to COmanage VM
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Apr 21, 2017
1 parent f7cf408 commit 6843ba6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions comanage-appliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
"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 6843ba6

Please sign in to comment.