8000 Testing image build process. · utPLSQL/docker-scripts@75301f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 75301f1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)
0