From 991f542389aa7b1f41a2391ec09828e13f8b05af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Thu, 4 Mar 2021 14:50:19 +0100 Subject: [PATCH] ci: utilise la version 6.0.2 de ci-config. --- .gitlab-ci.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 034a695..a040000 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,5 @@ include: - project: pole-is/tools/ci-config - ref: "2.1.0" - file: /php-multiversions-ci.yml - - project: pole-is/tools/ci-config - ref: "2.1.0" - file: /packagist-ci.yml - -.php-test: - artifacts: null + ref: "6.0.2" + file: /php/multiversions.yml + file: /php/packagist.yml -- GitLab