1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2025-07-03 00:26:23 +00:00

Fix TFWDEV=0 workflow

This commit is contained in:
Kristóf Tóth
2018-06-15 16:12:14 +02:00
parent cdbae9f39e
commit f37e07d955
2 changed files with 3 additions and 3 deletions

View File

@ -60,10 +60,10 @@ case ${1:-} in
challenge::build_with_frontend
;;
releasetfw)
[[ -d "$BASEIMAGE_PATH" ]] && baseimage::release
[[ -d "$BASEIMAGE_PATH" ]] && baseimage::release || :
;;
builddocs)
[[ -d "$BASEIMAGE_PATH" ]] && baseimage::builddocs
[[ -d "$BASEIMAGE_PATH" ]] && baseimage::builddocs || :
;;
*)
echo "Usage: tfw.sh [COMMAND]"