diff options
author | Malena Ebert <63863184+malena-ebert-sonarsource@users.noreply.github.com> | 2022-04-11 10:15:56 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-04-11 20:02:58 +0000 |
commit | 6d25e16a27491eac0569d497c222f3a800c30689 (patch) | |
tree | 6261842aec9815cc7f5f04d9b4d7fa62d447c021 /.cirrus.yml | |
parent | 2c07b6efff61ab692809e9ac881f2aca25517ec9 (diff) | |
download | sonarqube-6d25e16a27491eac0569d497c222f3a800c30689.tar.gz sonarqube-6d25e16a27491eac0569d497c222f3a800c30689.zip |
BUILD-1351 Build docker images on master
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 513720b5d16..07309701d3c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -502,7 +502,7 @@ deploy_docs_task: package_docker_task: depends_on: promote - only_if: $CIRRUS_BRANCH == 'dogfood-on-next' + only_if: $CIRRUS_BRANCH == 'dogfood-on-next' || $CIRRUS_BRANCH == 'master' gce_instance: image_project: sonarqube-team image_family: docker-builder |