Commit f4b7245e authored by YannGarcia's avatar YannGarcia
Browse files

Bug fixed in build.sh script

parent 304c4508
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -5,8 +5,6 @@
set -e
set -e
set -vx
set -vx


docker rmi --force ef7f32b5c958 5cb2eec6ac51 417af65bc502 4c7a16a49ac9

# Force removing stfubuntu docker image
# Force removing stfubuntu docker image
if [ "$1" == "--force-stfubuntu" ]; then
if [ "$1" == "--force-stfubuntu" ]; then
    if [ -n `docker images -q stfubuntu` ]; then
    if [ -n `docker images -q stfubuntu` ]; then