chore: cleanup and remove acctest triggering
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user