Skip to content
Snippets Groups Projects
Verified Commit f37050bc authored by Michael Irwin's avatar Michael Irwin
Browse files

Fix pipeline

parent 7011b5f6
No related merge requests found
Pipeline #323477 passed with stages
in 33 seconds
......@@ -23,5 +23,5 @@ Deploy chart:
- apk add curl
script:
- helm package .
- FILENAME=$(find . -type f -name "ecr-pull*.tgz")
- FILENAME=$(find . -type f -name "vault-secret*.tgz")
- 'curl --request POST --user gitlab-ci-token:$CI_JOB_TOKEN --form "chart=@${FILENAME}" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment