Skip to content

Commit 18cf198

Browse files
committed
Test
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 98d8b27 commit 18cf198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if [ "$DB" == "oracle" ] ; then
5959

6060
# TODO: wait for oracle
6161
if [ ! -f before_install_oracle.sh ]; then
62-
wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install_oracle.sh
62+
wget https://raw.githubusercontent.com/nextcloud/travis_ci/oracle-support/before_install_oracle.sh
6363
fi
6464
bash ./before_install_oracle.sh
6565
fi

0 commit comments

Comments
 (0)