mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
azure-pipelines: fix dependency package reference
This commit is contained in:
parent
af1c087919
commit
fe9dcf1f33
@ -48,11 +48,11 @@ jobs:
|
||||
echo "LR: ${LR}"
|
||||
echo "LTR: ${LTR}"
|
||||
case "${BUILD_SOURCEBRANCHNAME}" in
|
||||
"${LR}")
|
||||
"${LTR}")
|
||||
echo "##vso[task.setvariable variable=OSGEO4W_PKG]qgis-ltr-dev"
|
||||
echo "##vso[task.setvariable variable=OSGEO4W_DEPS]qgis-ltr-dev-deps"
|
||||
;;
|
||||
"${LTR}")
|
||||
"${LR}")
|
||||
echo "##vso[task.setvariable variable=OSGEO4W_PKG]qgis-rel-dev"
|
||||
echo "##vso[task.setvariable variable=OSGEO4W_DEPS]qgis-rel-dev-deps"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user