Skip to content

Commit

Permalink
Small fix in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
svilen-d committed May 17, 2017
1 parent 0a707f5 commit 755a494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Expand Up @@ -8,8 +8,8 @@ if [ -z "$MAVEN_ORACLE_USERNAME" ]; then
return 2
fi

if [ -z "$MAVEN_ORACLE_USERNAME" ]; then
echo "Please set environment variables MAVEN_ORACLE_USERNAME and MAVEN_ORACLE_PASSWORD for access to Oracle Maven repository( https://maven.oracle.com). This is needed in order to retrieve the Oracle JDBC driver"
if [ -z "$MAVEN_ORACLE_PASSWORD" ]; then
echo "Please set environment variable MAVEN_ORACLE_PASSWORD for access to Oracle Maven repository( https://maven.oracle.com). This is needed in order to retrieve the Oracle JDBC driver"
return 3
fi

Expand Down

0 comments on commit 755a494

Please sign in to comment.