From d5a7b220715922f242dc9a8b43e6ee7fe5f35db9 Mon Sep 17 00:00:00 2001 From: Paul Cancel <paul.cancel.etu@univ-lille.fr> Date: Sun, 10 Dec 2023 12:55:06 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89908a7..0b0ab6a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,13 @@ # The Docker image that will be used to build your app -image: portfolio +image: busybox pages: stages: deploy script: - - echo "The site will be deploy to $CI_PAGES_URL" + - echo "nothing to do" artifacts: paths: - public + expire_in: 1 day rules: - if $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH -- GitLab