Skip to content
Snippets Groups Projects
Commit 0804a0d9 authored by Tucker Siegel's avatar Tucker Siegel
Browse files

update

parent 75f12e5d
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ pipeline {
steps {
sleep(time:5,unit:"SECONDS")
sh '''
docker rmi $(docker images | grep 'dawn-gateway-dev')
docker rmi $(docker images | grep 'dawn-gateway-dev') -f
'''
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment