Skip to content
Snippets Groups Projects
Commit 8b6917f3 authored by Lars Beckers's avatar Lars Beckers
Browse files

disable nginx-shib and acmebot builds for now

parent a6b76683
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,8 @@ adcli: ...@@ -26,6 +26,8 @@ adcli:
nginx: nginx:
stage: build stage: build
script: scripts/nginx-shib.sh script: scripts/nginx-shib.sh
only:
- master
artifacts: artifacts:
paths: paths:
- packages/* - packages/*
...@@ -54,6 +56,8 @@ painintheapt: ...@@ -54,6 +56,8 @@ painintheapt:
acmebot: acmebot:
stage: build stage: build
script: scripts/acmebot.sh script: scripts/acmebot.sh
only:
- master
artifacts: artifacts:
paths: paths:
- packages/* - packages/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment