We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c9d2c1b commit b1c213cCopy full SHA for b1c213c
.travis.yml
@@ -95,7 +95,6 @@ matrix:
95
env:
96
- TRAVIS_CONFIG=linux
97
- DOCKER_TAG=$( echo $TRAVIS_BRANCH | sed 's/master/latest/' )
98
- - DOCKER_DEBIAN_DISTRO=bionic
99
- DOCKER_BUILD_QGIS_IMAGE=true
100
- DOCKER_BUILD_DEPS_FILE=qgis3-build-deps.dockerfile
101
@@ -107,8 +106,7 @@ matrix:
107
106
services: docker
108
109
110
- - DOCKER_TAG=$( echo $TRAVIS_BRANCH | sed 's/master/latest/' )_cosmic
111
- - DOCKER_DEBIAN_DISTRO=cosmic
+ - DOCKER_TAG="$( echo $TRAVIS_BRANCH | sed 's/master/latest/' )_cosmic"
112
113
- DOCKER_BUILD_DEPS_FILE=qgis3-build-deps-cosmic.dockerfile
114
0 commit comments