Skip to content

Commit

Permalink
Revert "some fixes"
Browse files Browse the repository at this point in the history
This reverts commit e6657df.
  • Loading branch information
3nids committed Aug 15, 2017
1 parent 5aef668 commit c411284
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .ci/travis/linux/before_script.sh
Expand Up @@ -20,7 +20,7 @@ pushd .docker
docker --version
#docker pull ubuntu:16.04
docker pull "qgis/qgis3-build-deps:${DOCKER_TAG}" || true
docker build --file Dockerfile-deps \
docker build --file deps-Dockerfile \
--cache-from "qgis/qgis3-build-deps:${DOCKER_TAG}"\
--tag "qgis/qgis3-build-deps:${DOCKER_TAG}" .
# image should be pushed even if QGIS build fails
Expand Down
10 changes: 0 additions & 10 deletions .docker/Dockerfile-build-test

This file was deleted.

4 changes: 3 additions & 1 deletion .docker/Dockerfile-deps → .docker/deps-Dockerfile
@@ -1,4 +1,5 @@


FROM ubuntu:16.04
MAINTAINER Denis Rouzaud <denis.rouzaud@gmail.com>

Expand All @@ -19,7 +20,6 @@ RUN apt-get update \
dh-python \
flex \
gdal-bin \
git \
graphviz \
grass-dev \
libexpat1-dev \
Expand Down Expand Up @@ -102,3 +102,5 @@ ENV QT_SELECT=5
# RUN cmake --version
# RUN ${CC} --version
# RUN ${CXX} --version

RUN apt-get install -y git
4 changes: 1 addition & 3 deletions .docker/docker-compose.travis.yml
Expand Up @@ -8,9 +8,7 @@ services:
qgis-build-and-test:
build:
context: .
dockerfile: Dockerfile-build-test
args:
DOCKER_TAG: ${DOCKER_TAG}
dockerfile: build-Dockerfile
tty: true
image: qgis/qgis3-run:${DOCKER_TAG}
volumes:
Expand Down

0 comments on commit c411284

Please sign in to comment.