Skip to content

Commit

Permalink
Revert "fix(rosco) Make pause_before configurable, maintaining curren…
Browse files Browse the repository at this point in the history
…t default (spinnaker#224)" (spinnaker#226)

This reverts commit 8f05647.
  • Loading branch information
tpulmano authored and opsmxyuga22 committed Sep 15, 2020
1 parent 8cbd25a commit d43ef2d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rosco-web/config/packer/aws-ebs.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"package_type": "",
"packages": "",
"upgrade": "",
"configDir": null,
"pause_before": "30s"
"configDir": null
},
"builders": [{
"type": "amazon-ebs",
Expand Down Expand Up @@ -50,6 +49,6 @@
"packages={{user `packages`}}",
"upgrade={{user `upgrade`}}"
],
"pause_before": "{{user `pause_before`}}"
"pause_before": "30s"
}]
}

0 comments on commit d43ef2d

Please sign in to comment.