Fix broken CI YAML

This commit is contained in:
Alexander Olofsson 2021-09-23 10:14:30 +02:00
parent 95b47ae218
commit 5e97f78b7f
No known key found for this signature in database
GPG key ID: D439C9470CB04C73

View file

@ -50,9 +50,9 @@ push:
- mkdir -p public
- curl --user gitlab-ci-token:$CI_JOB_TOKEN "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/${CHANNEL}/index.yaml" -o public/index.yaml
- sed -e 's|- charts/|- ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/${CHANNEL}/|' -i public/index.yaml
artifacts:
paths:
- public
artifacts:
paths:
- public
variables:
CHANNEL: stable
only: