Skip to content

Commit 6c0dccc

Browse files
Fixed manifest name
1 parent fadd0fc commit 6c0dccc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ build:
3131
artifacts:
3232
paths:
3333
- target/demo-0.0.1-SNAPSHOT.jar
34+
3435
# Run code quality checks on the SonarQube server
3536
sonarqube-check:
3637
stage: sast
@@ -53,7 +54,7 @@ staging-deploy:
5354
- ./cf api https://api.sys.tanzu.on-target.tech
5455
- ./cf auth [email protected] $CF_PASSWORD
5556
- ./cf target -o labs-canada -s tyler
56-
- ./cf push -f manifest.yaml --strategy rolling
57+
- ./cf push -f manifest.yml --strategy rolling
5758
only:
5859
- master
5960

0 commit comments

Comments
 (0)