From e4d61cb80b3ac2e51bf73f964c185c9f12dfe539 Mon Sep 17 00:00:00 2001 From: Rudra Gupta Date: Thu, 26 Sep 2024 01:33:32 -0400 Subject: [PATCH] feat: update tf modules Signed-off-by: Rudra Gupta --- .github/workflows/check-compliance.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check-compliance.yml b/.github/workflows/check-compliance.yml index b91b0fd..525bfc6 100644 --- a/.github/workflows/check-compliance.yml +++ b/.github/workflows/check-compliance.yml @@ -43,13 +43,13 @@ jobs: ./privateer help - name: 'Tar files' - run: tar -cvf "privateer/test_harness.tar" privateer/privateer + run: tar -cvf test_harness.tar privateer - name: Archive release artifacts uses: actions/upload-artifact@v3 with: name: release-artifacts - path: "privateer/test_harness.tar" + path: test_harness.tar build-azure-blob-storage: runs-on: ubuntu-latest @@ -82,13 +82,13 @@ jobs: ls - name: 'Tar files' - run: tar -cvf "raid-azure-blob-storage/azure_blob.tar" raid-azure-blob-storage/ABS + run: tar -cvf ABS.tar raid-azure-blob-storage - name: Archive release artifacts uses: actions/upload-artifact@v3 with: name: release-artifacts - path: "raid-azure-blob-storage/azure_blob.tar" + path: "raid-azure-blob-storage/ABS.tar" terraform: if: github.repository == 'octo-org/octo-repo-prod' @@ -171,7 +171,7 @@ jobs: run: | ls -al tar -xf test_harness.tar - tar -xf azure_blob.tar + tar -xf ABS.tar ls -al # - name: RUN sally command # run: |