ci: add triggering of acctest

This commit is contained in:
2019-12-17 21:23:30 +01:00
parent 9b1b07c233
commit b07afd19fe
+11
View File
@@ -1,5 +1,6 @@
stages:
- build
- acctest
variables:
DOCKER_HOST: tcp://docker:2375/
@@ -13,3 +14,13 @@ build:
script:
- build
- 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