Debugging missed packages in repo
This commit is contained in:
parent
9c4a13a29a
commit
9b4f59f5ed
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ pages:
|
||||||
- sleep 10
|
- sleep 10
|
||||||
- mkdir -p public
|
- mkdir -p public
|
||||||
- "echo \"User-Agent: *\nDisallow: /\" > ./public/robots.txt"
|
- "echo \"User-Agent: *\nDisallow: /\" > ./public/robots.txt"
|
||||||
- curl --user gitlab-ci-token:$CI_JOB_TOKEN "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/${CHANNEL}/index.yaml" -o public/index.yaml
|
- curl --user gitlab-ci-token:$CI_JOB_TOKEN "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/${CHANNEL}/index.yaml" -o repo-index.yaml
|
||||||
- sed -e "s|- charts/|- ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/${CHANNEL}/charts/|" -i public/index.yaml
|
- sed -e "s|- charts/|- ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/${CHANNEL}/charts/|" repo-index.yaml > ./public/index.yaml
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
Loading…
Reference in a new issue