Commit 32a51e22 authored by YannGarcia's avatar YannGarcia
Browse files

Bug fixed in build.sh script

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

docker rmi -f 46159044887b 6c1c557aec04  33fe82b5f1be 71ea2b5fb820 f298aa5cb193 f2ef07f76335 915945081e63

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