Skip to content

Commit 75301f1

Browse files
committed
Testing image build process.
1 parent 474e7ee commit 75301f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ install:
4242
script:
4343
- pwd && ls -l && docker build --no-cache --force-rm --squash -t ${ORACLE_VERSION} .
4444
- docker image ls
45-
- docker save -o ${ORACLE_VERSION}.zip ${ORACLE_VERSION}
45+
- docker save ${ORACLE_VERSION} | gzip ${ORACLE_VERSION}.gz
4646
- ls -ltr

0 commit comments

Comments
 (0)