File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM ubuntu:18.10
1
+ FROM ubuntu:19.04
2
2
MAINTAINER Denis Rouzaud <denis@opengis.ch>
3
3
4
4
LABEL Description="Docker container with QGIS dependencies" Vendor="QGIS.org" Version="1.0"
Original file line number Diff line number Diff line change @@ -117,15 +117,15 @@ matrix:
117
117
# COSMIC DOCKER BUILD ON CRON OR TAG
118
118
# #########################################################
119
119
- os : linux
120
- name : cosmic docker build 🐠
120
+ name : disco docker build 🐠
121
121
if : repo = qgis/QGIS AND (tag IS PRESENT OR type = cron)
122
122
services : docker
123
123
env :
124
124
- TRAVIS_CONFIG=docker_image
125
- - CCACHE_DIR=${HOME}/.ccache_docker_build_cosmic
125
+ - CCACHE_DIR=${HOME}/.ccache_docker_build_disco
126
126
- TRIGGER_PYQGIS_DOC=TRUE
127
- - DOCKER_TAG="$( echo $TRAVIS_BRANCH | sed 's/master/latest/' )_cosmic "
128
- - DOCKER_BUILD_DEPS_FILE=qgis3-build-deps-cosmic .dockerfile
127
+ - DOCKER_TAG="$( echo $TRAVIS_BRANCH | sed 's/master/latest/' )_disco "
128
+ - DOCKER_BUILD_DEPS_FILE=qgis3-build-deps-disco .dockerfile
129
129
130
130
131
131
You can’t perform that action at this time.
0 commit comments