chore: Debug ioctl error
This commit is contained in:
parent
b0586dede0
commit
24fde16871
@ -78,16 +78,15 @@ jobs:
|
|||||||
apt-get install apt-transport-https --yes
|
apt-get install apt-transport-https --yes
|
||||||
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | tee /etc/apt/sources.list.d/helm-stable-debian.list
|
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | tee /etc/apt/sources.list.d/helm-stable-debian.list
|
||||||
apt-get update && apt-get install helm --yes
|
apt-get update && apt-get install helm --yes
|
||||||
helm version
|
|
||||||
helm plugin install https://github.com/chartmuseum/helm-push
|
helm plugin install https://github.com/chartmuseum/helm-push
|
||||||
- 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: |
|
||||||
echo "$GIT_APIKEY" | helm repo add \
|
strace helm repo add \
|
||||||
--username $GIT_USERNAME \
|
--username $GIT_USERNAME \
|
||||||
--password-stdin \
|
--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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user