File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ security-scan:
75
75
script :
76
76
- test "$Docker_Hub_User_Parity" -a "$Docker_Hub_Pass_Parity" ||
77
77
( 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"
79
79
- echo
80
80
buildah bud
81
81
--format=docker
@@ -120,7 +120,7 @@ build-production:
120
120
# https://docs.gitlab.com/ee/ci/examples/authenticating-with-hashicorp-vault/#example
121
121
- export VAULT_TOKEN="$(vault write -field=token auth/$VAULT_AUTH_PATH/login role=$VAULT_AUTH_ROLE jwt=$CI_JOB_JWT)"
122
122
- helm dependency update helm/
123
- - echo "Log INFO : values that will be deployed"
123
+ - echo "Log INFO values that will be deployed"
124
124
- echo
125
125
helm secrets upgrade
126
126
--install
You can’t perform that action at this time.
0 commit comments