diff --git a/ci/build.Jenkinsfile b/ci/build.Jenkinsfile index a016452..d06f2b1 100644 --- a/ci/build.Jenkinsfile +++ b/ci/build.Jenkinsfile @@ -34,15 +34,6 @@ pipeline { } } - stage("Clean Workspace") { - when { - buildingTag() - } - steps { - deleteDir() - } - } - stage("Build Docker Images") { when { buildingTag()