Skip to content

Commit ee3056c

Browse files
committed
fix yaml lint, rm :
1 parent 4456057 commit ee3056c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ security-scan:
7575
script:
7676
- test "$Docker_Hub_User_Parity" -a "$Docker_Hub_Pass_Parity" ||
7777
( echo "no docker credentials provided"; exit 1 )
78-
- echo "Log INFO: values for the image that will be built"
78+
- echo "Log INFO values for the image that will be built"
7979
- echo
8080
buildah bud
8181
--format=docker
@@ -120,7 +120,7 @@ build-production:
120120
# https://docs.gitlab.com/ee/ci/examples/authenticating-with-hashicorp-vault/#example
121121
- export VAULT_TOKEN="$(vault write -field=token auth/$VAULT_AUTH_PATH/login role=$VAULT_AUTH_ROLE jwt=$CI_JOB_JWT)"
122122
- helm dependency update helm/
123-
- echo "Log INFO: values that will be deployed"
123+
- echo "Log INFO values that will be deployed"
124124
- echo
125125
helm secrets upgrade
126126
--install

0 commit comments

Comments
 (0)