[SUCS Devel] [Git][sucssite/sucs-site][master] non-interactive! need a -y in gitlab-ci!
Imran Hussain
imranh at sucs.org
Mon Jul 1 17:11:35 BST 2019
Imran Hussain pushed to branch master at sucssite / sucs-site
Commits:
94fccbb1 by Imran Hussain at 2019-07-01T16:11:32Z
non-interactive! need a -y in gitlab-ci!
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -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
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/commit/94fccbb18d4ea2cf2939f1cb3942ae915284104f
--
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/commit/94fccbb18d4ea2cf2939f1cb3942ae915284104f
You're receiving this email because of your account on projects.sucs.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20190701/d438ced7/attachment.html>
More information about the Devel
mailing list