File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,12 @@ install:
3737 - unzip utPLSQL-cli.zip && chmod -R u+x utPLSQL-cli
3838 # Chmod is needed to allow for write access within from docker container volume
3939 - chmod -R go+w ./${UTPLSQL_DIR}/source
40+ - docker version -f '{{.Server.Experimental}}'
41+ - echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
42+ - docker version -f '{{.Server.Experimental}}'
4043 - cd ${DOCKER_DIR} && ../.travis/download.sh -p ${DOWNLOAD_NAME}
4144
4245script :
43- - pwd && ls -l && docker build --no-cache --force-rm -t ${ORACLE_VERSION} .
46+ - pwd && ls -l && docker build --no-cache --force-rm --force-rm - t ${ORACLE_VERSION} .
4447 - docker image ls
45- - docker export ${ORACLE_VERSION}.zip ${ORACLE_VERSION}
48+ - docker export -o ${ORACLE_VERSION}.zip ${ORACLE_VERSION}
You can’t perform that action at this time.
0 commit comments