mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-12 22:37:17 +00:00
Remove build phase from TFW bootstrap script
This commit is contained in:
parent
c6e06128bb
commit
d9a2632022
@ -20,14 +20,11 @@ echo -n "test... " && git clone git@github.com:avatao-content/${BACKEND}.git >>
|
||||
echo "Done!"
|
||||
echo
|
||||
|
||||
echo -n "Building baseimage and installing frontend dependencies... "
|
||||
cd $BASEIMAGE
|
||||
docker build -t $BASEIMAGE . >> $LOGFILE 2>&1 &
|
||||
|
||||
cd ../${FRONTEND}
|
||||
echo -n "Installing frontend dependencies... "
|
||||
cd ${FRONTEND}
|
||||
yarn install >> $LOGFILE 2>&1
|
||||
|
||||
wait
|
||||
echo "Done!"
|
||||
echo
|
||||
echo "You can start TFW by executing the ${BACKEND}/hack/tfw_magic_start.sh script."
|
||||
echo "You can build & start TFW by executing the ${BACKEND}/hack/tfw_magic_start.sh script."
|
||||
|
@ -1 +1 @@
|
||||
URL=https://git.io/vxBfj SHA=8f5be5035c20621b0727ce51d67d591272ed83fe0681f108fb7b2fc29d717df3 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=059d470bc3d87d90118834af484fa94ed2fda4e4db6453d8b1824075f6b5e46e bash -c 'cmd="$(curl -fsSL $URL)" && [ $(echo "$cmd" | sha256sum | cut -d " " -f1) == $SHA ] && echo "$cmd" | bash || echo Checksum mismatch!'
|
||||
|
Loading…
Reference in New Issue
Block a user