Files
azerothcore-wotlk/apps/ci/ci-import-db.sh
Stoabrogga e2f196580e feat(CI): improve Travis build time (#1573)
* feat(CI): improve Travis build time
2019-03-16 17:25:51 +03:00

10 lines
126 B
Bash
Executable File

#!/bin/bash
set -e
if [ "$TRAVIS_BUILD_ID" = "1" ]
then
echo "import DB"
bash ./acore.sh "db-assembler" "import-all"
fi