Commits (2)
...@@ -23,9 +23,8 @@ php-syntax-check: ...@@ -23,9 +23,8 @@ php-syntax-check:
deploy-live: deploy-live:
stage: deploy stage: deploy
image: curlimages/curl:7.80.0
script: script:
- apt update
- apt install -y curl
- curl --fail-with-body https://sso.sucs.org/pull.php - curl --fail-with-body https://sso.sucs.org/pull.php
only: only:
- master - master
......