From a67c333c3396c912bfaefa769ffdf1a61ba79490 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 3 Nov 2021 18:18:16 +0100 Subject: [PATCH] ci: remove dependabot-standalone --- .gitlab-ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e520933..3f7f215 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,9 @@ include: - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' -- project: 'unboundsoftware/dependabot-staged-flow' - file: '.gitlab-ci.yml' stages: - build - acctest -- dependabot variables: DOCKER_HOST: tcp://docker:2376 @@ -15,16 +12,9 @@ variables: DOCKER_CERT_PATH: "$DOCKER_TLS_CERTDIR/client" DOCKER_DRIVER: overlay2 -.exclude_from_schedule: ¬_on_schedule - rules: - - if: $CI_PIPELINE_SOURCE == "schedule" - when: never - - when: on_success - image: buildtool/build-tools:${BUILDTOOLS_VERSION} build: - <<: *not_on_schedule stage: build services: - docker:dind @@ -36,7 +26,6 @@ build: - k8s acceptance-test: - <<: *not_on_schedule stage: acctest variables: AUTH0MOCK_COMMIT: ${CI_COMMIT_SHA}