Navigation Menu

Skip to content

Commit

Permalink
azure-pipelines: fix dependency package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 3, 2019
1 parent af1c087 commit fe9dcf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/azure-pipelines/azure-pipelines.yml
Expand Up @@ -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"
;;
Expand Down

0 comments on commit fe9dcf1

Please sign in to comment.