From: Simon Brandhof Date: Wed, 12 Feb 2020 09:32:42 +0000 (+0100) Subject: Drop unused Docker images of dogfooding X-Git-Tag: 8.2.0.32929~82 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0feb145d05e11c09d4403e50675f2c5e1dd0bb6d;p=sonarqube.git Drop unused Docker images of dogfooding --- diff --git a/.cirrus.yml b/.cirrus.yml index 1db2cc7a3d8..c78876a830d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -304,26 +304,6 @@ promote_task: script: - ./private/cirrus/cirrus-promote.sh -dogfood_docker_build_task: - name: build docker - only_if: $CIRRUS_BRANCH == 'dogfood-on-next' - depends_on: - - build - - validate - - promote - env: - CIRRUS_CLONE_DEPTH: 50 - gce_instance: - image_project: ci-cd-215716 - image_name: docker-builder-v1 - zone: us-central1-a - disk: 10 - cpu: 1 - memory: 1G - preemptible: false - build_script: - - ./private/cirrus/cirrus-build-dogfood-docker.sh - sql_mssql2017_task: depends_on: build # Comment the following line and commit with message "DO NOT MERGE" in order to run