Skip to content
Snippets Groups Projects
Commit 93357b6b authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

install curl before using in CI

parent acc61b46
No related branches found
No related tags found
3 merge requests!5Release,!4Release,!3Release
Pipeline #11741 passed with warnings
......@@ -33,5 +33,7 @@ build_nginx:
deploy:
stage: test_deploy
when: manual
before_script:
- apk add --update curl && rm -rf /var/cache/apk/*
script:
- curl -X POST https://portainer.intranet.pirati.cz/api/webhooks/5af05c61-4435-40b5-9afe-0a7906743238
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment