File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ before_install:
26
26
- curl -LOk $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL/releases/latest | awk '/browser_download_url/ { print $2 }' | grep ".zip\"" | sed 's/"//g')
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
+ - echo '{"experimental":"enabled"}' | sudo tee $HOME/.docker/config.json
30
+ - docker login -u "${DOCKER_USER}" -p "${DOCKER_PASSWORD}"
29
31
30
32
install :
31
33
- npm install -g casperjs
@@ -36,6 +38,5 @@ install:
36
38
- cd ${DOCKER_DIR} && ../.travis/download.sh -p ${DOWNLOAD_NAME}
37
39
38
40
script :
39
- - docker login -u "${DOCKER_USER}" -p "${DOCKER_PASSWORD}"
40
41
- pwd && ls -l && docker build --no-cache --force-rm --squash -t ${ORACLE_VERSION} .
41
42
- docker image ls
You can’t perform that action at this time.
0 commit comments