Fix github actions

This commit is contained in:
VirtuBox
2020-10-28 11:45:30 +01:00
parent 4bca86580e
commit 164f817d25
3 changed files with 14 additions and 13 deletions

View File

@@ -237,7 +237,7 @@ echo -e "${CGREEN}#############################################${CEND}"
echo -ne " Upgrading mariadb [..]\r"
if {
wo stack migrate --mariadb --force
wo stack migrate --mariadb --force --ci
} >>/var/log/wo/test.log; then
echo -ne " Upgrading mariadb [${CGREEN}OK${CEND}]\\r"
echo -ne '\n'