Skip to content

Commit

Permalink
Merge pull request #31 from docker/shibb-prod-buildnumber
Browse files Browse the repository at this point in the history
fix bug on command in shibb json file
  • Loading branch information
pcaskey authored Feb 21, 2017
2 parents abb7bfd + 8ebb9eb commit f8d387d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shibboleth-appliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
{
"type": "shell",
"inline": ["sudo centos echo 'TIERBUILD='{{user `build_number`}} > /home/centos/buildenv.bash"]
"inline": ["echo 'TIERBUILD='{{user `build_number`}} > /home/centos/buildenv.bash"]
}
],
"builders": [
Expand Down

0 comments on commit f8d387d

Please sign in to comment.