[SUCS Devel] [Git][sucssite/sucs-site][master] [ci/cd] use same version of php as live

Imran Hussain (@imranh) gitlab at projects.sucs.org
Wed Sep 27 12:45:34 BST 2023



Imran Hussain pushed to branch master at sucssite / sucs-site


Commits:
6b870063 by Imran Hussain at 2023-09-27T11:45:30+00:00
[ci/cd] use same version of php as live
- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -11,10 +11,11 @@ stages:
 
 php-syntax-check:
   stage: test
+  image: php:7.0-cli-jessie
   script:
-   - apt-get clean
-   - apt-get update
-   - apt-get install -y php-cli
+  # - apt-get clean
+  # - apt-get update
+  # - 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/6b8700636c3c5e8f58f1882f9a35c403d45e2af6

-- 
View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/-/commit/6b8700636c3c5e8f58f1882f9a35c403d45e2af6
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/20230927/5c5673dd/attachment-0001.html>


More information about the Devel mailing list