chore: cleanup and remove acctest triggering

This commit is contained in:
2022-04-19 13:23:52 +02:00
parent 93da334fd4
commit 5695fc816b
2 changed files with 91 additions and 105 deletions
-14
View File
@@ -3,7 +3,6 @@ include:
stages:
- build
- acctest
variables:
DOCKER_HOST: tcp://docker:2376
@@ -21,16 +20,3 @@ build:
script:
- build
- push
artifacts:
paths:
- k8s
acceptance-test:
stage: acctest
variables:
AUTH0MOCK_COMMIT: ${CI_COMMIT_SHA}
AUTH0MOCK_PIPELINE: ${CI_PIPELINE_ID}
TRIGGERED_BY: registry.gitlab.com/unboundsoftware/shiny/auth0mock
trigger:
project: unboundsoftware/shiny/acctest
strategy: depend