We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f31719 + 4aed686 commit 263bba7Copy full SHA for 263bba7
config/config.html
@@ -5,7 +5,6 @@ <h2>Docker Build</h2>
5
<label for="buildPhase">On which phase would you like to build your image?</label>
6
<select name="buildPhase" ng-model="config.buildPhase" required>
7
<option value="environment" ng-selected="config.buildPhase == 'environment'">Environment</option>
8
- <option value="prepare" ng-selected="config.buildPhase == 'prepare'">Prepare</option>
9
<option value="test" ng-selected="config.buildPhase == 'test'">Test</option>
10
<option value="deploy" ng-selected="!config.buildPhase || config.buildPhase == 'deploy'">Deploy</option>
11
<option value="cleanup" ng-selected="config.buildPhase == 'cleanup'">Clean Up</option>
0 commit comments