Skip to content

Commit

Permalink
Fix ITs plugin_qa_sq_dev: use (temporary) working string "DEV[10.8]""…
Browse files Browse the repository at this point in the history
… instead of "DEV"
  • Loading branch information
kebetsi committed Nov 20, 2024
1 parent ac71cb1 commit eaf7b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,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
SQ_VERSION: 'DEV[10.8]' # replace this with "DEV" when platform squad is ready
SONARJS_ARTIFACT: multi
MVN_TEST: '-Dtest=!EslintCustomRulesTest,!SonarJsIntegrationTest --projects !org.sonarsource.javascript:eslint-custom-rules-plugin'

Expand Down

0 comments on commit eaf7b02

Please sign in to comment.