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 474e7ee commit 75301f1Copy full SHA for 75301f1
1 file changed
.travis.yml
@@ -42,5 +42,5 @@ install:
42
script:
43
- pwd && ls -l && docker build --no-cache --force-rm --squash -t ${ORACLE_VERSION} .
44
- docker image ls
45
- - docker save -o ${ORACLE_VERSION}.zip ${ORACLE_VERSION}
+ - docker save ${ORACLE_VERSION} | gzip ${ORACLE_VERSION}.gz
46
- ls -ltr
0 commit comments