From 572c7c275627a32c4cebb55f216c0268a51b4cdd Mon Sep 17 00:00:00 2001 From: Laura Eiermanns <eiermann@uni-bremen.de> Date: Wed, 15 Jan 2025 11:39:21 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f1699a..911c613 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,2 @@ -# This file is a template, and might need editing before it works on your project. -# Full project: https://gitlab.com/pages/plain-html - -image: busybox - -pages: - stage: deploy - script: - - echo "The site will be deployed to $CI_PAGES_URL" - artifacts: - paths: - - public - rules: - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH +# The Docker image that will be used to build your app +image: html -- GitLab