fixed docker builld script

This commit is contained in:
Sven Vogel 2024-05-18 12:52:00 +02:00
parent 858a6a3c4e
commit 8894c6f842
1 changed files with 2 additions and 2 deletions

View File

@ -47,9 +47,9 @@ echo "+--------------------------------------+"
echo "| RUNNING check test |"
echo "+--------------------------------------+"
docker run -it servostar/gemstone:devkit-"$SDK" sh run-check-test.sh
docker run servostar/gemstone:devkit-"$SDK" sh run-check-test.sh
if [ ! $? -eq 0 ]; then
echo "===> failed to build devkit"
echo "===> failed to run build or checks"
exit 1
fi