diff --git a/examples/ci-cd-workflow.yaml b/examples/ci-cd-workflow.yaml index 7cf90e72665d..7510374a8c48 100644 --- a/examples/ci-cd-workflow.yaml +++ b/examples/ci-cd-workflow.yaml @@ -338,19 +338,6 @@ spec: - name: docker-config # Ensure this volume is configured secret: secretName: docker-config # This secret holds the API key to your Docker registry - - name: cleanup-docker-builds - container: - image: alpine:latest - command: ['sh', '-c'] - args: - - > - echo "Cleaning up Docker builds..." - - rm -rf /work/.docker /var/lib/docker - workingDir: /work/ # Working directory - volumeMounts: # Shared volume mounts between tasks - - name: work # Shared working volume - mountPath: /work - name: prepare-deploy-to-cluster-e2e-test inputs: parameters: