From 5d3ef064ee452c32fd0895febb79af781ad3d3c1 Mon Sep 17 00:00:00 2001 From: Yannick Francois Date: Sun, 24 Feb 2019 23:03:27 +0100 Subject: [PATCH] =?UTF-8?q?ajoute=20une=20entr=C3=A9e=20=5Fscript=5F=20qui?= =?UTF-8?q?=20est=20obligatoire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb4f141..3548c26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,8 @@ before_script: pages: stage: deploy + script: + - echo "rien à faire..." artifacts: paths: - public