File tree 1 file changed +2
-2
lines changed
Filter options
1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ before_install:
27
27
# download latest utPLSQL-cli release
28
28
- curl -Lk -o utPLSQL-cli.zip $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL-cli/releases/latest | awk '/browser_download_url/ { print $2 }' | grep ".zip\"" | sed 's/"//g')
29
29
- cat ~/.docker/config.json
30
- - cat <<< $(jq '.+{"experimental":"enabled"}' ~/.docker/config.json) > ~/.docker/config.json
30
+ # - cat <<< $(jq '.+{"experimental":"enabled"}' ~/.docker/config.json) > ~/.docker/config.json
31
31
# - echo '{"experimental":"enabled"}' | sudo tee $HOME/.docker/config.json
32
32
- echo ""${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USER}" --password-stdin
33
33
@@ -40,5 +40,5 @@ install:
40
40
- cd ${DOCKER_DIR} && ../.travis/download.sh -p ${DOWNLOAD_NAME}
41
41
42
42
script :
43
- - pwd && ls -l && docker build --no-cache --force-rm -- squash -t ${ORACLE_VERSION} .
43
+ - pwd && ls -l && docker build --no-cache --squash -t ${ORACLE_VERSION} .
44
44
- docker image ls
You can’t perform that action at this time.
0 commit comments