add integration branch job
This commit is contained in:
parent
bde94dbf4b
commit
487635ca28
|
@ -72,6 +72,11 @@ integration-test:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
|
|
||||||
|
integration-test:branch:
|
||||||
|
extends: integration-test
|
||||||
|
rules:
|
||||||
|
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH && $CI_REGISTRY_USER != null
|
||||||
|
|
||||||
ttrss-web-nginx:publish:
|
ttrss-web-nginx:publish:
|
||||||
stage: publish
|
stage: publish
|
||||||
extends: .build-master
|
extends: .build-master
|
||||||
|
|
Loading…
Reference in New Issue