mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-12 22:37:17 +00:00
Empty logfile on bootstrap script start
This commit is contained in:
parent
89d465ab6f
commit
368d660fe4
@ -8,6 +8,7 @@ FRONTEND=frontend-${TFW_POSTFIX}
|
||||
LOGFILE=/tmp/bootstrap_tfw.log
|
||||
trap 'echo "Something went wrong. Read the log az $LOGFILE"' ERR
|
||||
|
||||
: > $LOGFILE
|
||||
echo -n "Cloning TFW repositories... "
|
||||
echo -n "baseimage... " && git clone git@github.com:avatao-content/${BASEIMAGE}.git >> $LOGFILE 2>&1
|
||||
echo -n "frontend... " && git clone git@github.com:avatao-content/${FRONTEND}.git >> $LOGFILE 2>&1
|
||||
|
Loading…
Reference in New Issue
Block a user