Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 8, 2019
1 parent 870cd00 commit 0049539
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/travis/linux/script.sh
Expand Up @@ -30,9 +30,9 @@ docker run -t --name qgis_container \
docker commit qgis_container qgis_image
echo "travis_fold:end:docker_build_qgis"

docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" || true
docker tag qgis_image qgis/qgis:travis_testing || true
docker push qgis/qgis:travis_testing || true
#docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" || true
#docker tag qgis_image qgis/qgis:travis_testing || true
#docker push qgis/qgis:travis_testing || true

# running QGIS tests in commited image
echo "travis_fold:start:docker_test_qgis"
Expand Down

0 comments on commit 0049539

Please sign in to comment.