Commit c277b039 authored by YannGarcia's avatar YannGarcia
Browse files

Bug fixed in build.sh script

parent aec9628b
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -5,10 +5,6 @@
set -e
set -e
set -vx
set -vx



docker rmi --force e96ecd1d6346 9b5cd0f55eee 21cefa32f592


# 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