[SUCS Devel] [Git][sucssite/sucs-site][sucs-site] That didn't work so lets go back to using the default ruby image and test php against php7
Imran Hussain
imranh at sucs.org
Fri Jun 30 12:38:08 BST 2017
Imran Hussain pushed to branch sucs-site at sucssite / sucs-site
Commits:
f02fdd0a by Imran Hussain at 2017-06-30T12:37:47+01:00
That didn't work so lets go back to using the default ruby image and test php against php7
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
# specify what docker image
# go with the default image for now and mangle it
-image: debian:jessie
+#image: debian:jessie
stages:
- test
@@ -14,7 +14,7 @@ php-syntax-check:
script:
- apt-get clean
- apt-get update
- - apt-get install -y php5-cli
+ - apt-get install -y php-cli
- php -l htdocs/index.php
- find components -name *.php | xargs -n 1 php -l
- find plugins -name *.php | xargs -n 1 php -l
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/commit/f02fdd0a8d6a41424434c2c5158d3bc6d5c97b1d
---
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/commit/f02fdd0a8d6a41424434c2c5158d3bc6d5c97b1d
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/20170630/681bcd5c/attachment-0001.html>
More information about the Devel
mailing list