Commit 17f18845 authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in TAG name

parent f5c8dd66
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@ if [ -z `docker images -q stfubuntu` ]; then
  docker build --no-cache --tag stfubuntu:18.04 -f Dockerfile.stfubuntu --force-rm  . || exit 1
  docker build --no-cache --tag stfubuntu:18.04 -f Dockerfile.stfubuntu --force-rm  . || exit 1
fi
fi


TAG=etsiforge/titan-its-its
TAG=etsiforge/titan-its


# Temporary: Remove TTF002 image
# Temporary: Remove TTF002 image
docker image rm --force $TAG
docker image rm --force $TAG