File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2- set -e
2+ set -ev
33
44# Download the specified version of utPLSQL.
55curl -L -O " https://github.com/utPLSQL/utPLSQL/releases/download/$UTPLSQL_VERSION /$UTPLSQL_FILE .tar.gz"
Original file line number Diff line number Diff line change 11#! /bin/bash
2- set -e
2+ set -ev
33cd $( dirname $( readlink -f $0 ) )
44
55if [ " $ORACLE_OTN_USER " == " " ] || [ " $ORACLE_OTN_PASSWORD " == " " ]; then
66 echo " Oracle OTN username/password not specified."
7+ exit 1
78fi
89
910MAVEN_SETTINGS=$HOME /.m2/settings.xml
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ under the License.
2626 <servers >
2727 <server >
2828 <id >maven.oracle.com</id >
29- <username >###USERNAME ###</username >
30- <password >###PASSWORD ###</password >
29+ <username >###ORACLE_OTN_USER ###</username >
30+ <password >###ORACLE_OTN_PASSWORD ###</password >
3131 <configuration >
3232 <basicAuthScope >
3333 <host >ANY</host >
Original file line number Diff line number Diff line change 11#! /bin/bash
2- set -e
2+ set -ev
33
44# If docker credentials are not cached, do the login.
55if [ ! -f $DOCKER_CFG /config.json ]; then
You can’t perform that action at this time.
0 commit comments