|
|
@ -5,6 +5,9 @@ export TRAVIS_REPO_SLUG="Islandora/islandora_stuff" |
|
|
|
IFS=/ read -a DELIMITED_SLUG <<< "$TRAVIS_REPO_SLUG" |
|
|
|
IFS=/ read -a DELIMITED_SLUG <<< "$TRAVIS_REPO_SLUG" |
|
|
|
export CURRENT_REPO=${DELIMITED_SLUG[1]} |
|
|
|
export CURRENT_REPO=${DELIMITED_SLUG[1]} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
git config user.name --global islandora-logger |
|
|
|
|
|
|
|
git config user.email --global noreply@islandora.ca |
|
|
|
|
|
|
|
|
|
|
|
# Git business |
|
|
|
# Git business |
|
|
|
export VERBOSE_DIR = $HOME/sites/default/files/simpletest/verbose |
|
|
|
export VERBOSE_DIR = $HOME/sites/default/files/simpletest/verbose |
|
|
|
cd $HOME |
|
|
|
cd $HOME |
|
|
|