chore: Quote password string
This commit is contained in:
parent
d45a3e1f7a
commit
893f4ccb4e
@ -82,17 +82,15 @@ jobs:
|
|||||||
- name: Package helm chart into archive
|
- name: Package helm chart into archive
|
||||||
run: |
|
run: |
|
||||||
helm package ./charts/spamasaurusrex
|
helm package ./charts/spamasaurusrex
|
||||||
# - name: Add target helm repository
|
- name: Add target helm repository
|
||||||
# run: |
|
run: |
|
||||||
# helm repo add \
|
helm repo add \
|
||||||
# --username $GIT_USERNAME \
|
--username "$GIT_USERNAME" \
|
||||||
# --password $GIT_APIKEY \
|
--password "$GIT_APIKEY" \
|
||||||
# spamasaurus \
|
spamasaurus \
|
||||||
# https://code.spamasaurus.com/api/packages/$GIT_USERNAME/helm
|
https://code.spamasaurus.com/api/packages/$GIT_USERNAME/helm
|
||||||
- name: Push helm chart
|
- name: Push helm chart
|
||||||
run: |
|
run: |
|
||||||
helm cm-push \
|
helm cm-push \
|
||||||
--username $GIT_USERNAME \
|
|
||||||
--password $GIT_APIKEY \
|
|
||||||
spamasaurusrex-*.tgz \
|
spamasaurusrex-*.tgz \
|
||||||
https://code.spamasaurus.com/api/packages/$GIT_USERNAME/helm/api/charts
|
spamasaurus
|
||||||
|
Loading…
Reference in New Issue
Block a user