Skip to content
Snippets Groups Projects
Verified Commit 9bbf617e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Remove debug echo

parent 4173d55e
No related branches found
No related tags found
No related merge requests found
Pipeline #37101 failed
...@@ -12,7 +12,7 @@ deploy: ...@@ -12,7 +12,7 @@ deploy:
- helm repo add jitsi https://jitsi-contrib.github.io/jitsi-helm/ - helm repo add jitsi https://jitsi-contrib.github.io/jitsi-helm/
- helm repo update - helm repo update
script: script:
- echo helm upgrade --install $CI_ENVIRONMENT_SLUG jitsi/jitsi-meet - helm upgrade --install $CI_ENVIRONMENT_SLUG jitsi/jitsi-meet
--set podAnnotations.'app\.gitlab\.com'/env=$CI_ENVIRONMENT_SLUG --set podAnnotations.'app\.gitlab\.com'/env=$CI_ENVIRONMENT_SLUG
--set podAnnotations.'app\.gitlab\.com'/app=$CI_PROJECT_PATH_SLUG --set podAnnotations.'app\.gitlab\.com'/app=$CI_PROJECT_PATH_SLUG
-f values.yaml -f values.yaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment