Commit 1ada3ad2 authored by YannGarcia's avatar YannGarcia
Browse files

Merge branch 'STF525' of https://forge.etsi.org/gitlab/ITS/ITS into STF525

parents 1b39eef6 ad3068f2
......@@ -8,7 +8,7 @@ set -vx
DOCKER_FILE=./Dockerfile
if [ -f ${DOCKER_FILE} ]
then
docker build --tag stf525_its --force-rm .
docker build --no-cache --tag stf525_its --force-rm .
if [ "$?" != "0" ]
then
echo "Docker build failed: $?"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment