mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
updates
This commit is contained in:
parent
3b6644120c
commit
1229f9d86a
5 changed files with 37 additions and 3 deletions
5
scripts/helm-addrepo.sh
Normal file
5
scripts/helm-addrepo.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
#%%MULTILINE_YAML_START
|
||||
#Helm repo add
|
||||
|
||||
helm repo add --username gitlab-ci-token --password ${CI_JOB_TOKEN} ${CI_PROJECT_NAME} ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/stable
|
||||
Loading…
Add table
Add a link
Reference in a new issue