diff --git a/apps/ci/ci-error-check.sh b/apps/ci/ci-error-check.sh index eb65ddec3..945844a6a 100755 --- a/apps/ci/ci-error-check.sh +++ b/apps/ci/ci-error-check.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -DB_ERRORS_FILE="$TRAVIS_BUILD_DIR/env/dist/bin/DBErrors.log"; +DB_ERRORS_FILE="/home/travis/build/azerothcore/azerothcore-wotlk/env/dist/bin/DBErrors.log"; #DB_ERRORS_FILE="./env/dist/bin/DBErrors.log"; if [[ ! -f ${DB_ERRORS_FILE} ]]; then diff --git a/apps/ci/ci-worldserver-dry-run.sh b/apps/ci/ci-worldserver-dry-run.sh index 56cea729a..8c7a4929d 100755 --- a/apps/ci/ci-worldserver-dry-run.sh +++ b/apps/ci/ci-worldserver-dry-run.sh @@ -5,12 +5,8 @@ set -e if [ "$TRAVIS_BUILD_ID" = "1" ] then echo "start worldserver dry-run" - git clone --depth=1 --branch=master --single-branch https://github.com/ac-data/ac-data.git "$TRAVIS_BUILD_DIR/env/dist/data" + git clone --depth=1 --branch=master --single-branch https://github.com/ac-data/ac-data.git /home/travis/build/azerothcore/azerothcore-wotlk/env/dist/data sed -e "s/;;acore_auth/;$DB_RND_NAME;auth_$DB_RND_NAME/" -e "s/;;acore_world/;$DB_RND_NAME;world_$DB_RND_NAME/" -e "s/;;acore_characters/;$DB_RND_NAME;characters_$DB_RND_NAME/" ./data/travis/worldserver.conf >./env/dist/etc/worldserver.conf - cat >>./env/dist/etc/worldserver.conf <