Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
MEC TTCN-3 Test Suite
Commits
ccb0306a
Commit
ccb0306a
authored
Jul 07, 2021
by
YannGarcia
Browse files
Add option to force removing Dockerfile.stfubuntu
parent
a46f77f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/build.sh
View file @
ccb0306a
...
...
@@ -7,7 +7,7 @@ set -vx
# Force removing stfubuntu docker image
if
[
"
$1
"
==
"--force-stfubuntu"
]
;
then
doker rmi
`
docker images
-q
stfubuntu
`
||
exit
1
do
c
ker rmi
`
docker images
-q
stfubuntu
`
||
exit
1
fi
# Check and build stfubuntu image
if
[
-z
`
docker images
-q
stfubuntu
`
]
;
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment