We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5aa8bc commit 6600ba4Copy full SHA for 6600ba4
.travis.yml
@@ -47,7 +47,7 @@ script:
47
before_cache:
48
- set -e
49
- mkdir -p $(dirname ${DOCKER_CACHE_FILE})
50
-- docker save $(docker history -q $REPO:$COMMIT | grep -v '<missing>') | gzip > ${DOCKER_CACHE_FILE}; fi
+- docker save $(docker history -q $REPO:$COMMIT | grep -v '<missing>') | gzip > ${DOCKER_CACHE_FILE}
51
52
notifications:
53
slack:
0 commit comments