mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Revert "Dot-less docker in travis config file"
This reverts commit 99f7236498697b1097e7351cd403dfc514e0081f.
This commit is contained in:
parent
b7e5556844
commit
2b619a666f
@ -7,7 +7,7 @@ matrix:
|
||||
language: python # This lets us use newer python versions from virtualenv
|
||||
env:
|
||||
- TRAVIS_CONFIG=linux
|
||||
- DOCKER_COMPOSE=${TRAVIS_BUILD_DIR}/docker/docker-compose.travis.yml
|
||||
- DOCKER_COMPOSE=${TRAVIS_BUILD_DIR}/.docker/docker-compose.travis.yml
|
||||
# TRAVIS_BRANCH is either the git tag or the branch name when no tag
|
||||
- DOCKER_TAG=$( [[ $TRAVIS_REPO_SLUG =~ qgis/QGIS ]] && echo $TRAVIS_BRANCH | sed 's/master/latest/' || echo "latest" )
|
||||
- TRAVIS_TIMESTAMP=$(date +%s)
|
||||
|
Loading…
x
Reference in New Issue
Block a user