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.
1 parent e83d67d commit a9bdb75Copy full SHA for a9bdb75
src/main/webapp/app/home/ci-cd/ci-cd.component.html
@@ -88,7 +88,7 @@ <h3><a href="https://circleci.com/">CircleCI</a></h3>
88
<select id="ciCdTool" [(ngModel)]="ciCdTool" name="ciCdTool" class="form-select" #ctrl="ngModel">
89
<option value="travis">Travis</option>
90
<option value="jenkins">Jenkins</option>
91
- <option value="gitlab">Gitlab</option>
+ <option value="gitlab">GitLab</option>
92
<option value="azure">Azure Pipelines</option>
93
<option value="github">GitHub Actions</option>
94
<option value="circle">CircleCI</option>
0 commit comments