mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-05 14:41:20 +00:00
Move magic scripts to hack folder
This commit is contained in:
parent
c0ac76c58c
commit
2ae086d89c
0
bootstrap_tfw_dev.sh → hack/bootstrap_tfw_dev.sh
Normal file → Executable file
0
bootstrap_tfw_dev.sh → hack/bootstrap_tfw_dev.sh
Normal file → Executable file
@ -4,7 +4,7 @@ set -e
|
||||
[ "$(uname)" == "Darwin" ] && readlink_cmd="greadlink" || readlink_cmd="readlink"
|
||||
SCRIPT_DIR="$(dirname $($readlink_cmd -f $0))"
|
||||
|
||||
TAO_PATH="${TAO_PATH:-$SCRIPT_DIR/..}"
|
||||
TAO_PATH="${TAO_PATH:-$SCRIPT_DIR/../..}"
|
||||
BACKEND_REPO="${BACKEND_REPO:-test-tutorial-framework}"
|
||||
FRONTEND_REPO="${FRONTEND_REPO:-frontend-tutorial-framework}"
|
||||
BACKEND_PATH="${TAO_PATH}/${BACKEND_REPO}"
|
Loading…
Reference in New Issue
Block a user