mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
* remove deno as a dependency * use the ACORE_VERSION env var * I forgot client-data * accidentally removed too much * docker-cmd: extraneous parallel flag * typo * remove docker image prune -af the `docker image prune` removes the containers we just build. * fetch everything in the beginning
17 lines
466 B
Bash
17 lines
466 B
Bash
[[ ${GUARDYVAR:-} -eq 1 ]] && return || readonly GUARDYVAR=1 # include it once
|
|
|
|
# force default language for applications
|
|
LC_ALL=C
|
|
|
|
AC_PATH_APPS="$( cd "$( dirname "${BASH_SOURCE[0]}" )/../" && pwd )"
|
|
|
|
AC_PATH_SHARED="$AC_PATH_APPS/bash_shared"
|
|
|
|
source "$AC_PATH_SHARED/defines.sh"
|
|
|
|
source "$AC_PATH_DEPS/acore/bash-lib/src/event/hooks.sh"
|
|
|
|
source "$AC_PATH_SHARED/common.sh"
|
|
|
|
[[ "$OSTYPE" = "msys" ]] && AC_BINPATH_FULL="$BINPATH" || AC_BINPATH_FULL="$BINPATH/bin"
|