diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6534a7bb8de0f348f6db5011148b8e275069b81b..a2a5ad9560075ff07cdcdcb4b507151c70e5e56f 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" -