Skip to content

Commit

Permalink
fix travis ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jul 2, 2019
1 parent 2a36e14 commit a2a377f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -38,7 +38,7 @@ jobs:

container:
image: qgis/qgis:release-3_4
options: --name qgis-testing-environment -v ${TRAVIS_BUILD_DIR}:/${PLUGIN_NAME} -e DISPLAY=:99
options: --name qgis-testing-environment -v ${Build.BuildNumber}:/${PLUGIN_NAME} -e DISPLAY=:99

steps:
- script: sh -c "qgis_setup.sh ${PLUGIN_NAME}"
Expand Down

0 comments on commit a2a377f

Please sign in to comment.