From ca91830b747d252d9d4725c3dccea0652be79486 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 2 Jun 2022 10:17:16 +0200 Subject: [PATCH] .ci/run_tests.sh: use same path for workspace mountpoint --- .ci/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/run_tests.sh b/.ci/run_tests.sh index 88bc9b9f29d..9db2792f763 100755 --- a/.ci/run_tests.sh +++ b/.ci/run_tests.sh @@ -52,7 +52,7 @@ QGIS_WORKSPACE="$(pwd -P)" export QGIS_WORKSPACE echo "--=[ QGIS_WORKSPACE is $QGIS_WORKSPACE" -QGIS_WORKSPACE_MOUNTPOINT=/root/QGIS # TODO: make it match WORKSPACE ? +QGIS_WORKSPACE_MOUNTPOINT=${QGIS_WORKSPACE} # was /root/QGIS export QGIS_WORKSPACE_MOUNTPOINT echo "--=[ QGIS_WORKSPACE_MOUNTPOINT is $QGIS_WORKSPACE_MOUNTPOINT"