fix: erpnext image build

frappe/erpnext MUST be in editable mode
output migration log in test
This commit is contained in:
Revant Nandgaonkar
2020-06-28 07:40:33 +05:30
parent e6946fda75
commit 56bf984ef7
3 changed files with 6 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
function checkMigrationComplete() {
echo "Check Auto Migration"
echo "Check Migration"
CONTAINER_ID=$(docker-compose \
--project-name frappebench00 \
-f installation/docker-compose-common.yml \
@@ -21,6 +21,9 @@ function checkMigrationComplete() {
exit 1
fi
done
echo -e "\e[4mMigration Log\e[0m"
docker logs $CONTAINER_ID
}
function loopHealthCheck() {