aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2021-03-03 19:30:42 +0200
committerSimo Fält <simo.falt@qt.io>2021-03-04 10:47:40 +0200
commitffdbe48f6779c33886d63f7843d051905732f376 (patch)
treee384d89a9b7d983ad8ac39ea177b1245c839b254
parent2546a232ab53f01b7987d243d6508e04d2012b71 (diff)
Fix license check ref branch
It seems that the CURRENT_BRANCH won't work for release branch, while there is no such branch for qt6 submodules. Only tags. Change-Id: I5da7db35762025f8cb0bb2552512c209282e6f70 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--coin/instructions/execute_license_check.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/instructions/execute_license_check.yaml b/coin/instructions/execute_license_check.yaml
index 0bf4d3ca1..d9208e0fd 100644
--- a/coin/instructions/execute_license_check.yaml
+++ b/coin/instructions/execute_license_check.yaml
@@ -6,7 +6,7 @@ instructions:
maxTimeInSeconds: 600
maxTimeBetweenOutput: 600
project: qt/qtbase
- ref: "CURRENT_BRANCH"
+ ref: 6.0
directory: qt/qtbase
userMessageOnFailure: >
Could not install source archive. Please investigate why.