Revert "feat: publish to gitlab pages"
This reverts commit 6ec6ad12b5
.
- Incompatible with current repo
- GitLab Pages will be deployed via https://gitlab.com/curben/malware-filter
This commit is contained in:
parent
5d9efd4e9a
commit
bbf810552a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue