From 7dca3a4dcdf16130b2fbbb4b304fe294236a86b2 Mon Sep 17 00:00:00 2001 From: qadan Date: Wed, 18 Jun 2014 12:10:27 -0300 Subject: [PATCH] push access is global now --- .travis.yml | 4 ---- tests/scripts/travis_after_failure.sh | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index de869f21..799a2d0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,10 +10,6 @@ env: - FEDORA_VERSION="3.5" - FEDORA_VERSION="3.6.2" - FEDORA_VERSION="3.7.0" - global: - # This key is unique to the Islandora/islandora repository; logging will - # fail on forked repositories unless a new unique key is generated for them. - - secure: "jvq6Q0Pybo+secZ2mAaxuzwUSSUeEyoRQSxvCynkIkx0eQTEGrBek0RMTZKzojSGzARoloczZ2G/ApWku27l9m8DcNaULG7KXqpjHlFy3ryn/zuJJW0P4WvlpICbUkwSXjei47/VTuJBGTm1hoYYmjX81btX3bWsqlJ5cbEivmg=" before_install: - export ISLANDORA_DIR=$TRAVIS_BUILD_DIR - $TRAVIS_BUILD_DIR/tests/scripts/travis_setup.sh diff --git a/tests/scripts/travis_after_failure.sh b/tests/scripts/travis_after_failure.sh index d32cb5f1..b71ecf6f 100755 --- a/tests/scripts/travis_after_failure.sh +++ b/tests/scripts/travis_after_failure.sh @@ -10,7 +10,7 @@ git config --global user.email noreply@islandora.ca # Git business cd $HOME/drupal-* export VERBOSE_DIR=`pwd`/sites/default/files/simpletest/verbose -git clone -b $CURRENT_REPO https://islandora-logger:$LOGGER_PW@github.com/Islandora/islandora_travis_logs.git +git clone -b $CURRENT_REPO https://github.com/Islandora/islandora_travis_logs.git cd islandora_travis_logs git checkout -B $CURRENT_REPO