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
  • Loading branch information
mloskot committed Sep 14, 2017
1 parent 93e844d commit 0cadeda
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions scripts/travis/before_install_oracle.sh
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions scripts/travis/before_script_oracle.sh
Expand Up @@ -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}"
Expand Down
5 changes: 0 additions & 5 deletions scripts/travis/script_oracle.sh
Expand Up @@ -3,11 +3,6 @@
#
# Copyright (c) 2013 Mateusz Loskot <mateusz@loskot.net>
#
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

Expand Down

0 comments on commit 0cadeda

Please sign in to comment.