mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-09-14 09:35:04 +00:00
Remove commented rules from pages job
- Completely remove commented rules section - Pages job will now run on all branches without restrictions - Fixes 'pages job does not exist' error
This commit is contained in:
@@ -31,9 +31,6 @@ pages:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
# Temporarily allow all branches for debugging
|
|
||||||
# rules:
|
|
||||||
# - if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
|
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- local: ghost-upload/.gitlab-ci.yml
|
- local: ghost-upload/.gitlab-ci.yml
|
||||||
|
Reference in New Issue
Block a user