Skip to content

Commit a9bdb75

Browse files
SvMakqmonmert
andauthored
Update src/main/webapp/app/home/ci-cd/ci-cd.component.html
Co-authored-by: Quentin <quentin.monmert@gmail.com>
1 parent e83d67d commit a9bdb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/app/home/ci-cd/ci-cd.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h3><a href="https://circleci.com/">CircleCI</a></h3>
8888
<select id="ciCdTool" [(ngModel)]="ciCdTool" name="ciCdTool" class="form-select" #ctrl="ngModel">
8989
<option value="travis">Travis</option>
9090
<option value="jenkins">Jenkins</option>
91-
<option value="gitlab">Gitlab</option>
91+
<option value="gitlab">GitLab</option>
9292
<option value="azure">Azure Pipelines</option>
9393
<option value="github">GitHub Actions</option>
9494
<option value="circle">CircleCI</option>

0 commit comments

Comments
 (0)