We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee79ab2 commit 1e74a07Copy full SHA for 1e74a07
.ci/travis/docker_image/script.sh
@@ -34,8 +34,9 @@ docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
34
docker push "qgis/qgis:${DOCKER_TAG}"
35
echo "Copy build cache from Docker container to Travis cache directory"
36
rm -rf "${CCACHE_DIR:?}/"*
37
-docker run --name qgis_container qgis/qgis:${DOCKER_TAG}
+docker run --name qgis_container qgis/qgis:${DOCKER_TAG} /bin/true
38
docker cp qgis_container:/usr/src/QGIS/.ccache_image_build ${CCACHE_DIR}
39
+docker rm qgis_container
40
popd
41
echo "Trigger build of PyQGIS Documentation"
42
body='{
0 commit comments