mirror of
https://github.com/espressif/esptool.git
synced 2025-10-19 02:43:00 +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:
|
deploy_dev_package:
|
||||||
<<: *test_template
|
<<: *test_template
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_DEV_PUBLISH != null
|
- if: $CI_DEV_PUBLISH != null && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
||||||
variables:
|
variables:
|
||||||
TWINE_NON_INTERACTIVE: "true"
|
TWINE_NON_INTERACTIVE: "true"
|
||||||
TWINE_USERNAME: __token__
|
TWINE_USERNAME: __token__
|
||||||
|
Reference in New Issue
Block a user