ci: add triggering of acctest
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
- acctest
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
DOCKER_HOST: tcp://docker:2375/
|
DOCKER_HOST: tcp://docker:2375/
|
||||||
@@ -13,3 +14,13 @@ build:
|
|||||||
script:
|
script:
|
||||||
- build
|
- build
|
||||||
- push
|
- push
|
||||||
|
|
||||||
|
acceptance-test:
|
||||||
|
stage: acctest
|
||||||
|
when: on_success
|
||||||
|
variables:
|
||||||
|
AUTH0MOCK_COMMIT: ${CI_COMMIT_SHA}
|
||||||
|
TRIGGERED_BY: registry.gitlab.com/unboundsoftware/shiny/auth0mock
|
||||||
|
trigger: unboundsoftware/shiny/acctest
|
||||||
|
# strategy seems to be a premium feature :(
|
||||||
|
# strategy: depend
|
||||||
|
|||||||
Reference in New Issue
Block a user