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

Skip to content

Commit 8fa624b

Browse files
committed
Testing image build process.
1 parent 1641c38 commit 8fa624b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ install:
4040
- cd ${DOCKER_DIR} && ../.travis/download.sh -p ${DOWNLOAD_NAME}
4141

4242
script:
43-
- pwd && ls -l && docker build --no-cache --squash -t ${ORACLE_VERSION} .
43+
- pwd && ls -l && docker build --no-cache --force-rm -t ${ORACLE_VERSION} .
4444
- docker image ls
45+
- docker export ${ORACLE_VERSION}.zip ${ORACLE_VERSION}

0 commit comments

Comments
 (0)
0