fix: wrong shell command

This commit is contained in:
Elam Monnot 2023-03-30 11:14:41 +02:00
parent 289877ce89
commit 6f25e4caa4

View File

@ -27,4 +27,4 @@
shell: curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
- name: installation de peertube...
shell: helm build /root/tools/peertube/Peertube-helm/helm && helm install --create-namesapce -n peertube peertube-gsb
shell: helm dependency build /root/tools/peertube/Peertube-helm/helm && helm install --create-namesapce -n peertube peertube-gsb