diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4117481222c43e6a10a848c33a9622f297475c26..091e157f09d82bf7a138843ce8bb788f7ea6cdfb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,4 @@ +image: alpine:latest # This file is a template, and might need editing before it works on your project. # To contribute improvements to CI/CD templates, please follow the Development guide at: # https://docs.gitlab.com/ee/development/cicd/templates.html @@ -5,13 +6,14 @@ # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Pages/HTML.gitlab-ci.yml # Full project: https://gitlab.com/pages/plain-html -image: alpine:latest + pages: - stage: deploy + stage: deploy + script: + - echo 'Nothing to do...' artifacts: paths: - - html/lrng + - html/lrng rules: - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - + - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH