Skip to content

Commit

Permalink
Enable Oracle builds for pull requests
Browse files Browse the repository at this point in the history
Follow-up for 93e844d reverting #584
mloskot committed Sep 14, 2017
1 parent 93e844d commit 0cadeda
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions scripts/travis/before_install_oracle.sh
Original file line number Diff line number Diff line change
@@ -4,11 +4,6 @@
# Uses Oracle downloader and installer from https://github.com/cbandy/travis-oracle
#
# set -ex
if [[ "$TRAVIS_PULL_REQUEST" != "false" ]] ; then
echo "Skipping Oracle installation for PR builds"
exit 0
fi

source ${TRAVIS_BUILD_DIR}/scripts/travis/oracle.sh

# Install Oracle and travis-oracle requirements
5 changes: 0 additions & 5 deletions scripts/travis/before_script_oracle.sh
Original file line number Diff line number Diff line change
@@ -7,11 +7,6 @@
# Changes:
# - Check connection as user for testing
#
if [[ "$TRAVIS_PULL_REQUEST" != "false" ]] ; then
echo "Skipping Oracle database creation for PR builds"
exit 0
fi

source ${TRAVIS_BUILD_DIR}/scripts/travis/oracle.sh
echo "ORACLE_HOME=${ORACLE_HOME}"
echo "ORACLE_SID=${ORACLE_SID}"
5 changes: 0 additions & 5 deletions scripts/travis/script_oracle.sh
Original file line number Diff line number Diff line change
@@ -3,11 +3,6 @@
#
# Copyright (c) 2013 Mateusz Loskot <[email protected]>
#
if [[ "$TRAVIS_PULL_REQUEST" != "false" ]] ; then
echo "Skipping Oracle build for PR builds"
exit 0
fi

source ${TRAVIS_BUILD_DIR}/scripts/travis/common.sh
source ${TRAVIS_BUILD_DIR}/scripts/travis/oracle.sh

0 comments on commit 0cadeda

Please sign in to comment.