From ee99fa86f86252e4261ff99c620f3edd0c68cf97 Mon Sep 17 00:00:00 2001 From: miampf Date: Mon, 4 Mar 2024 13:40:25 +0100 Subject: [PATCH] dont create directory a second time --- .github/workflows/e2e-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 64f7f5cac..d28f6289b 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -283,7 +283,7 @@ jobs: if: always() shell: bash run: | - mkdir to-zip + rm -r to-zip/* cp -r constellation-terraform to-zip cp -r constellation-iam-terraform to-zip rm to-zip/constellation-terraform/plan.zip