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:
@ -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]"
|
||||
|
Reference in New Issue
Block a user