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

Skip to content

Commit 25bcd6e

Browse files
committed
Testing image build process.
1 parent 75301f1 commit 25bcd6e

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 ${ORACLE_VERSION} | gzip ${ORACLE_VERSION}.gz
45+
- docker save ${ORACLE_VERSION} | gzip > ${ORACLE_VERSION}.gz
4646
- ls -ltr

0 commit comments

Comments
 (0)
0