diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2020-02-12 10:32:42 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-02-12 20:46:09 +0100 |
commit | 0feb145d05e11c09d4403e50675f2c5e1dd0bb6d (patch) | |
tree | 630ca82ec2701dc07811ea350f23ff61b49ce34e /.cirrus.yml | |
parent | c9d479d344912e0e6ec64b0681e133cfad05cd6d (diff) | |
download | sonarqube-0feb145d05e11c09d4403e50675f2c5e1dd0bb6d.tar.gz sonarqube-0feb145d05e11c09d4403e50675f2c5e1dd0bb6d.zip |
Drop unused Docker images of dogfooding
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 20 |
1 files changed, 0 insertions, 20 deletions
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 |