From 4a8c33c14eaa353ce6be33cb0f2c091259b02f4e Mon Sep 17 00:00:00 2001 From: Tucker Siegel <tgsiegel@umd.edu> Date: Thu, 11 Nov 2021 12:31:31 -0800 Subject: [PATCH] update --- deploy/staging | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/staging b/deploy/staging index 1b74162..eb8aa10 100644 --- a/deploy/staging +++ b/deploy/staging @@ -28,6 +28,7 @@ pipeline { stage('cleanup old images') { steps { + sleep(time:5,unit:"SECONDS") sh ''' docker rmi $(docker images | grep 'dawn-gateway-dev') ''' -- GitLab