Skip to content

Navigation Menu

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 cb8a40c

Browse filesBrowse files
committed
Testing image build process.
1 parent bbb273f commit cb8a40c
Copy full SHA for cb8a40c

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ before_install:
2626
- curl -LOk $(curl --silent https://api.github.com/repos/utPLSQL/utPLSQL/releases/latest | awk '/browser_download_url/ { print $2 }' | grep ".zip\"" | sed 's/"//g')
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')
29+
- echo '{"experimental":"enabled"}' | sudo tee $HOME/.docker/config.json
30+
- docker login -u "${DOCKER_USER}" -p "${DOCKER_PASSWORD}"
2931

3032
install:
3133
- npm install -g casperjs
@@ -36,6 +38,5 @@ install:
3638
- cd ${DOCKER_DIR} && ../.travis/download.sh -p ${DOWNLOAD_NAME}
3739

3840
script:
39-
- docker login -u "${DOCKER_USER}" -p "${DOCKER_PASSWORD}"
4041
- pwd && ls -l && docker build --no-cache --force-rm --squash -t ${ORACLE_VERSION} .
4142
- docker image ls

0 commit comments

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