Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
non-interactive! need a -y in gitlab-ci!
· 94fccbb1
Imran Hussain
authored
Jul 01, 2019
94fccbb1
Merge branch 'master' into 'beta'
· 5e80bacf
Imran Hussain
authored
Jul 01, 2019
non-interactive! need a -y in gitlab-ci! See merge request
!108
5e80bacf
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5e80bacf
...
...
@@ -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
...
...