Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1641c38

Browse filesBrowse files
committed
Testing image build process.
1 parent c5c0209 commit 1641c38
Copy full SHA for 1641c38

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ before_install:
2727
# download latest utPLSQL-cli release
2828
- 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')
2929
- 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
3131
# - echo '{"experimental":"enabled"}' | sudo tee $HOME/.docker/config.json
3232
- echo ""${DOCKER_PASSWORD}" | docker login -u "${DOCKER_USER}" --password-stdin
3333

@@ -40,5 +40,5 @@ install:
4040
- cd ${DOCKER_DIR} && ../.travis/download.sh -p ${DOWNLOAD_NAME}
4141

4242
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} .
4444
- docker image ls

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.