From 89e788a493fa033da0ffaa1ba91122a06aeffbbf Mon Sep 17 00:00:00 2001 From: Tibor Blenessy Date: Wed, 4 Dec 2024 15:33:28 +0100 Subject: [PATCH] JS-477 Remove obsolete comment (#4993) --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index e29e5c227c..6d22e2a850 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -225,7 +225,7 @@ plugin_qa_sq_dev_task: eks_container: image: ${CIRRUS_AWS_ACCOUNT}.dkr.ecr.eu-central-1.amazonaws.com/base:j17-latest env: - SQ_VERSION: 'DEV' # replace this with "DEV" when platform squad is ready + SQ_VERSION: 'DEV' SONARJS_ARTIFACT: multi MVN_TEST: '-Dtest=!EslintCustomRulesTest,!SonarJsIntegrationTest --projects !org.sonarsource.javascript:eslint-custom-rules-plugin'