From 6116c334a9198cca6634bba289a50ec70f734c2d Mon Sep 17 00:00:00 2001 From: Brent Salisbury Date: Sat, 3 Feb 2024 00:57:13 -0500 Subject: [PATCH] Remove privileged from the dev prune command Signed-off-by: Brent Salisbury --- hack/e2e-scripts/aws-e2e-pr-build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/hack/e2e-scripts/aws-e2e-pr-build.yml b/hack/e2e-scripts/aws-e2e-pr-build.yml index 9ea15c1d7..b1662463c 100644 --- a/hack/e2e-scripts/aws-e2e-pr-build.yml +++ b/hack/e2e-scripts/aws-e2e-pr-build.yml @@ -28,7 +28,6 @@ - name: Prune System ansible.builtin.command: cmd: docker system prune -f - become: true - name: Redeploy ansible.builtin.shell: