mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2025-06-28 10:25:12 +00:00
Fix TFWDEV=0 workflow
This commit is contained in:
@ -22,7 +22,7 @@ baseimage::build() {
|
||||
}
|
||||
|
||||
baseimage::build_if_exists() {
|
||||
[[ -d "$BASEIMAGE_PATH" ]] && baseimage::build_as_latest
|
||||
[[ -d "$BASEIMAGE_PATH" ]] && baseimage::build_as_latest || :
|
||||
}
|
||||
|
||||
baseimage::tag_as_latest() {
|
||||
|
Reference in New Issue
Block a user