1
0
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:
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

@ -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() {