chore: Debug ioctl error

This commit is contained in:
Danny Bessems 2024-02-28 15:03:07 +11:00
parent b0586dede0
commit 24fde16871

@ -78,16 +78,15 @@ jobs:
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
apt-get update && apt-get install helm --yes
helm version
helm plugin install https://github.com/chartmuseum/helm-push
- name: Package helm chart into archive
run: |
helm package ./charts/spamasaurusrex
- name: Add target helm repository
run: |
echo "$GIT_APIKEY" | helm repo add \
strace helm repo add \
--username $GIT_USERNAME \
--password-stdin \
--password $GIT_APIKEY \
spamasaurus \
https://code.spamasaurus.com/api/packages/$GIT_USERNAME/helm
- name: Push helm chart