aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorstanislavh <stanislav.honcharov@sonarsource.com>2023-01-24 11:46:03 +0100
committerWouter Admiraal <45544358+wouter-admiraal-sonarsource@users.noreply.github.com>2023-01-24 14:43:36 +0100
commita7fde67f06136665e08b3d54d5ef82a0e9674eab (patch)
tree365f3a3ea854cc3f478ba56a1b9889a6e324f348 /.cirrus.yml
parent906e2dbb9b710acabee3c74e2d55f7e1084f694f (diff)
downloadsonar-scanner-cli-a7fde67f06136665e08b3d54d5ef82a0e9674eab.tar.gz
sonar-scanner-cli-a7fde67f06136665e08b3d54d5ef82a0e9674eab.zip
[SQSCANNER-110] Update license headers 2023
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml10
1 files changed, 2 insertions, 8 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 843fbb4..f8aee16 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -25,7 +25,6 @@ env:
DEPLOY_PULL_REQUEST: true
ARTIFACTS: org.sonarsource.scanner.cli:sonar-scanner-cli:jar
-
#
# RE-USABLE CONFIGS
#
@@ -48,7 +47,6 @@ ec2_instance: &EC2_INSTANCE_WINDOWS
only_sonarsource_qa: &ONLY_SONARSOURCE_QA
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "dogfood-on-.*")
-
#
# TASKS
#
@@ -75,9 +73,7 @@ linux_qa_java11_task:
eks_container:
<<: *EKS_CONTAINER
env:
- matrix:
- - SQ_VERSION: LATEST_RELEASE[8.9]
- - SQ_VERSION: DEV
+ SQ_VERSION: LATEST_RELEASE[8.9]
maven_cache:
folder: ${CIRRUS_WORKING_DIR}/.m2/repository
qa_script:
@@ -117,9 +113,7 @@ win_qa_java11_task:
<<: *EC2_INSTANCE_WINDOWS
env:
CIRRUS_SHELL: bash
- matrix:
- - SQ_VERSION: LATEST_RELEASE[8.9]
- - SQ_VERSION: DEV
+ SQ_VERSION: LATEST_RELEASE[8.9]
maven_cache:
folder: ${CIRRUS_WORKING_DIR}/.m2/repository
qa_script: