1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-07-03 21:58:47 +00:00

Rename stuff on bootstrap script

This commit is contained in:
Kristóf Tóth 2018-03-30 23:56:14 +02:00
parent 818dfc672f
commit 8655ec4355
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ set -eo pipefail
TFW_POSTFIX=tutorial-framework
BASEIMAGE=baseimage-${TFW_POSTFIX}
BACKEND=test-${TFW_POSTFIX}
TEST=test-${TFW_POSTFIX}
FRONTEND=frontend-${TFW_POSTFIX}
LOGFILE=/tmp/bootstrap_tfw.log
@ -16,7 +16,7 @@ trap cleanlog EXIT
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
echo -n "test... " && git clone git@github.com:avatao-content/${BACKEND}.git >> $LOGFILE 2>&1
echo -n "test... " && git clone git@github.com:avatao-content/${TEST}.git >> $LOGFILE 2>&1
echo "Done!"
echo
@ -27,4 +27,4 @@ yarn install >> $LOGFILE 2>&1
wait
echo "Done!"
echo
echo "You can build & start TFW by executing the command: ${BACKEND}/hack/tfw.sh buildstart"
echo "You can build & start TFW by executing the command: ${TEST}/hack/tfw.sh buildstart"

View File

@ -1 +1 @@
URL=https://git.io/vxBfj SHA=7c6eb09483b4abf02198f88499de231bf4b7cda9eca05d00584cf059ffb6bbce bash -c 'cmd="$(curl -fsSL $URL)" && [ $(echo "$cmd" | sha256sum | cut -d " " -f1) == $SHA ] && echo "$cmd" | bash || echo Checksum mismatch!'
URL=https://git.io/vxBfj SHA=03471568f3a3e71c072e6b24b69c9cd8620b8fa2b7811c8e12c1c54f45884677 bash -c 'cmd="$(curl -fsSL $URL)" && [ $(echo "$cmd" | sha256sum | cut -d " " -f1) == $SHA ] && echo "$cmd" | bash || echo Checksum mismatch!'