From bbf810552abd867bfe0b4ab87757c11df772b3af Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Thu, 8 Oct 2020 03:24:10 +0000 Subject: [PATCH] Revert "feat: publish to gitlab pages" This reverts commit 6ec6ad12b53aca97d0acd2487a66c6437ec86766. - Incompatible with current repo - GitLab Pages will be deployed via https://gitlab.com/curben/malware-filter --- .gitlab-ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00cbbd0f..f1d31dd0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ stages: - deploy_stage - - pages_stage - failed_stage image: alpine:latest # Use the latest version of Alpine Linux docker image @@ -82,20 +81,3 @@ failed_job: when: on_failure - if: '$CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "web"' when: on_failure - -pages: - stage: pages_stage - - script: - - mkdir -p public/ - - cp urlhaus-filter-* public/ - - artifacts: - paths: - - public - - rules: - - if: '$CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "schedule"' - when: always - - if: '$CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "web"' - when: always