Skip to content

Commit 263bba7

Browse files
author
Ilya Radchenko
committed
Merge pull request #16 from Strider-CD/prepare-patch-1
Update config.html
2 parents 0f31719 + 4aed686 commit 263bba7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/config.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ <h2>Docker Build</h2>
55
<label for="buildPhase">On which phase would you like to build your image?</label>
66
<select name="buildPhase" ng-model="config.buildPhase" required>
77
<option value="environment" ng-selected="config.buildPhase == 'environment'">Environment</option>
8-
<option value="prepare" ng-selected="config.buildPhase == 'prepare'">Prepare</option>
98
<option value="test" ng-selected="config.buildPhase == 'test'">Test</option>
109
<option value="deploy" ng-selected="!config.buildPhase || config.buildPhase == 'deploy'">Deploy</option>
1110
<option value="cleanup" ng-selected="config.buildPhase == 'cleanup'">Clean Up</option>

0 commit comments

Comments
 (0)