mirror of
https://github.com/espressif/esptool.git
synced 2025-10-18 09:12:27 +08:00
fix(ci): The development release job should not run by default
Gitlab rules:if adds the job if any of the rules are true.
This commit is contained in:
@@ -371,8 +371,7 @@ deploy_docs_production:
|
||||
deploy_dev_package:
|
||||
<<: *test_template
|
||||
rules:
|
||||
- if: $CI_DEV_PUBLISH != null
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
- if: $CI_DEV_PUBLISH != null && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
variables:
|
||||
TWINE_NON_INTERACTIVE: "true"
|
||||
TWINE_USERNAME: __token__
|
||||
|
Reference in New Issue
Block a user