From 18bf2d963961ee0fc82ad4046e01d0423a5ee290 Mon Sep 17 00:00:00 2001 From: Tucker Siegel <tgsiegel@umd.edu> Date: Thu, 11 Nov 2021 12:30:00 -0800 Subject: [PATCH] update --- deploy/staging | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/staging b/deploy/staging index 4a00a9f..1b74162 100644 --- a/deploy/staging +++ b/deploy/staging @@ -28,9 +28,9 @@ pipeline { stage('cleanup old images') { steps { - sh """ + sh ''' docker rmi $(docker images | grep 'dawn-gateway-dev') - """ + ''' } } -- GitLab