Skip to content

Commit

Permalink
SONARIAC-1829 Enable licence check for release (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabinL21 authored and sonartech committed Nov 27, 2024
1 parent 0e1e77e commit b311b63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .cirrus/modules/qa.star
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ def qa_plugin_env():
"GRADLE_TASK": QA_PLUGIN_GRADLE_TASK,
"KEEP_ORCHESTRATOR_RUNNING": "true",
"matrix": [
{"SQ_VERSION": QA_QUBE_LATEST_RELEASE},
# TODO: SONARIAC-1829 enable back after release
# {"SQ_VERSION": QA_QUBE_LATEST_RELEASE},
{"SQ_VERSION": QA_QUBE_DEV},
],
"GITHUB_TOKEN": "VAULT[development/github/token/licenses-ro token]",
Expand All @@ -114,7 +115,8 @@ def qa_plugin_task():
def qa_ruling_env():
return {
"GRADLE_TASK": QA_RULING_GRADLE_TASK,
"SQ_VERSION": QA_QUBE_LATEST_RELEASE,
# TODO: SONARIAC-1829 change back to QA_QUBE_LATEST_RELEASE after release
"SQ_VERSION": QA_QUBE_DEV,
"KEEP_ORCHESTRATOR_RUNNING": "true",
"GITHUB_TOKEN": "VAULT[development/github/token/licenses-ro token]",
}
Expand Down

0 comments on commit b311b63

Please sign in to comment.