From 4f2000229cf0e2fee4e85624ce36b88ff0130aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9tro?= <yann.roberge@polymtl.ca> Date: Wed, 23 Dec 2020 21:11:21 -0500 Subject: [PATCH] =?UTF-8?q?Correctif=20au=20script=20de=20d=C3=A9ploiement?= =?UTF-8?q?=20CI=20qui=20plante?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95e2353..7e3b2ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ # Full project: https://gitlab.com/pages/plain-html pages: stage: deploy + image: ubuntu:latest script: - mkdir .public - cp -r * .public -- GitLab