[SUCS Devel] [Git][sucssite/sucs-site][beta] 2 commits: non-interactive! need a -y in gitlab-ci!
Imran Hussain
imranh at sucs.org
Mon Jul 1 17:14:34 BST 2019
Imran Hussain pushed to branch beta at sucssite / sucs-site
Commits:
94fccbb1 by Imran Hussain at 2019-07-01T16:11:32Z
non-interactive! need a -y in gitlab-ci!
- - - - -
5e80bacf by Imran Hussain at 2019-07-01T16:14:30Z
Merge branch 'master' into 'beta'
non-interactive! need a -y in gitlab-ci!
See merge request sucssite/sucs-site!108
- - - - -
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/compare/9670a51f6e495f1efed123ca6396367aee1e7a34...5e80bacfb3124cd4c1d006575d069c0c946114b3
--
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/compare/9670a51f6e495f1efed123ca6396367aee1e7a34...5e80bacfb3124cd4c1d006575d069c0c946114b3
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/f48348c2/attachment-0001.html>
More information about the Devel
mailing list