Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix qtrpi minimal url in test script
- Loading branch information
Showing
with
3 additions
and
2 deletions.
-
+3
−2
test-qtrpi-minimal.sh
|
@@ -4,8 +4,9 @@ source ${0%/*}/utils/common.sh |
|
|
|
|
|
$UTILS_DIR/init-common.sh |
|
|
|
|
|
export QTRPI_CURL_OPT="--user $CI_AUTH_USER:$CI_AUTH_PASSWORD" |
|
|
export QTRPI_BASE_URL="$CI_BASE_URL/job/qtrpi/QT_VERSION=$QTRPI_QT_VERSION,TARGET_DEVICE=$QTRPI_TARGET_DEVICE/lastSuccessfulBuild/artifact/dist" |
|
|
QTRPI_CURL_OPT="--user $CI_AUTH_USER:$CI_AUTH_PASSWORD" |
|
|
QTRPI_BASE_URL="$CI_BASE_URL/job/qtrpi/QT_VERSION=$QTRPI_QT_VERSION,TARGET_DEVICE=$QTRPI_TARGET_DEVICE/lastSuccessfulBuild/artifact/dist" |
|
|
QTRPI_MINIMAL_URL="$QTRPI_BASE_URL/qtrpi/$DEVICE_NAME/$QTRPI_ZIP" |
|
|
|
|
|
pushd $ROOT |
|
|
|
|
|