ci: remove dependabot-standalone

This commit is contained in:
2021-11-03 18:18:16 +01:00
parent 476ac60b89
commit a67c333c33
-11
View File
@@ -1,12 +1,9 @@
include: include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
- project: 'unboundsoftware/dependabot-staged-flow'
file: '.gitlab-ci.yml'
stages: stages:
- build - build
- acctest - acctest
- dependabot
variables: variables:
DOCKER_HOST: tcp://docker:2376 DOCKER_HOST: tcp://docker:2376
@@ -15,16 +12,9 @@ variables:
DOCKER_CERT_PATH: "$DOCKER_TLS_CERTDIR/client" DOCKER_CERT_PATH: "$DOCKER_TLS_CERTDIR/client"
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
.exclude_from_schedule: &not_on_schedule
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
when: never
- when: on_success
image: buildtool/build-tools:${BUILDTOOLS_VERSION} image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build: build:
<<: *not_on_schedule
stage: build stage: build
services: services:
- docker:dind - docker:dind
@@ -36,7 +26,6 @@ build:
- k8s - k8s
acceptance-test: acceptance-test:
<<: *not_on_schedule
stage: acctest stage: acctest
variables: variables:
AUTH0MOCK_COMMIT: ${CI_COMMIT_SHA} AUTH0MOCK_COMMIT: ${CI_COMMIT_SHA}