Skip to content

Commit

Permalink
fix yaml lint, rm :
Browse files Browse the repository at this point in the history
  • Loading branch information
radupopa2010 committed Sep 13, 2022
1 parent 4456057 commit ee3056c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ security-scan:
script:
- test "$Docker_Hub_User_Parity" -a "$Docker_Hub_Pass_Parity" ||
( echo "no docker credentials provided"; exit 1 )
- echo "Log INFO: values for the image that will be built"
- echo "Log INFO values for the image that will be built"
- echo
buildah bud
--format=docker
Expand Down Expand Up @@ -120,7 +120,7 @@ build-production:
# https://docs.gitlab.com/ee/ci/examples/authenticating-with-hashicorp-vault/#example
- export VAULT_TOKEN="$(vault write -field=token auth/$VAULT_AUTH_PATH/login role=$VAULT_AUTH_ROLE jwt=$CI_JOB_JWT)"
- helm dependency update helm/
- echo "Log INFO: values that will be deployed"
- echo "Log INFO values that will be deployed"
- echo
helm secrets upgrade
--install
Expand Down

0 comments on commit ee3056c

Please sign in to comment.