From de4396917c4de80890f2dd9549ed4580acf04751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Wed, 18 Oct 2017 14:27:56 +0200 Subject: [PATCH] CI: plus besoin du job Satis. --- .gitlab-ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6534a7bb..a2a5ad95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,15 +52,3 @@ phpmd: script: - phpmd . text ./phpmd.xml --suffixes=php allow_failure: true - -satis: - stage: deploy - tags: [shell] - image: alpine - variables: - GIT_STRATEGY: none - before_script: - - apk update && apk add curl - script: - - curl -sS "https://isdevtools.irstea.fr/satis/trigger.php?package=irstea/$CI_PROJECT_NAME" - -- GitLab