Skip to content
Snippets Groups Projects
Commit 94fccbb1 authored by Imran Hussain's avatar Imran Hussain
Browse files

non-interactive! need a -y in gitlab-ci!

parent 34804f8d
No related branches found
No related tags found
2 merge requests!111ability for site to auto deploy,!108non-interactive! need a -y in gitlab-ci!
Pipeline #576 passed
......@@ -37,7 +37,7 @@ deploy-beta:
stage: deploy
script:
- apt update
- apt install curl
- apt install -y curl
- curl https://beta.sucs.org/pull.php
only:
- beta
......@@ -47,7 +47,7 @@ deploy-live:
stage: deploy
script:
- apt update
- apt install curl
- apt install -y curl
- curl https://sucs.org/pull.php
only:
- sucs-site
......
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