mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-09-14 09:35:04 +00:00
Temporarily disable branch restrictions for debugging
- Allow CI jobs to run on feature branches - Enable testing of dual-output and force-update functionality - Comment out CI_DEFAULT_BRANCH rules
This commit is contained in:
@@ -31,8 +31,9 @@ pages:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
rules:
|
# Temporarily allow all branches for debugging
|
||||||
- if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
|
# rules:
|
||||||
|
# - if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- local: ghost-upload/.gitlab-ci.yml
|
- local: ghost-upload/.gitlab-ci.yml
|
||||||
|
@@ -11,8 +11,9 @@ publish:
|
|||||||
- cargo run
|
- cargo run
|
||||||
needs:
|
needs:
|
||||||
- pages
|
- pages
|
||||||
rules:
|
# Temporarily allow all branches for debugging
|
||||||
- if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
|
# rules:
|
||||||
|
# - if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
|
||||||
|
|
||||||
# Manual trigger to force update all Ghost posts
|
# Manual trigger to force update all Ghost posts
|
||||||
force-update-ghost:
|
force-update-ghost:
|
||||||
@@ -24,9 +25,13 @@ force-update-ghost:
|
|||||||
- FORCE_UPDATE=true cargo run
|
- FORCE_UPDATE=true cargo run
|
||||||
needs:
|
needs:
|
||||||
- pages
|
- pages
|
||||||
|
# Temporarily allow all branches for debugging
|
||||||
rules:
|
rules:
|
||||||
- if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
|
- when: manual
|
||||||
when: manual
|
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
|
# rules:
|
||||||
|
# - if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
|
||||||
|
# when: manual
|
||||||
|
# allow_failure: false
|
||||||
variables:
|
variables:
|
||||||
FORCE_UPDATE: "true"
|
FORCE_UPDATE: "true"
|
||||||
|
Reference in New Issue
Block a user