Trigger docs pipeline on new tag.
This commit is contained in:
parent
8330bca82c
commit
2b9b61fd1e
|
|
@ -133,7 +133,7 @@ pdf:
|
||||||
update docs server:
|
update docs server:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == "stable-1.6" && $CI_PROJECT_NAMESPACE == "etherlab.org"
|
- if: ($CI_COMMIT_BRANCH == "stable-1.6" || $CI_COMMIT_TAG) && $CI_PROJECT_NAMESPACE == "etherlab.org"
|
||||||
trigger: etherlab.org/docs
|
trigger: etherlab.org/docs
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue