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

update

parent a363fad1
No related branches found
No related tags found
No related merge requests found
...@@ -28,9 +28,9 @@ pipeline { ...@@ -28,9 +28,9 @@ pipeline {
stage('cleanup old images') { stage('cleanup old images') {
steps { steps {
sh """ sh '''
docker rmi $(docker images | grep 'dawn-gateway-dev') docker rmi $(docker images | grep 'dawn-gateway-dev')
""" '''
} }
} }
......
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