Skip to content

Commit

Permalink
feat: update tf modules
Browse files Browse the repository at this point in the history
Signed-off-by: Rudra Gupta <[email protected]>
  • Loading branch information
grudra7714 committed Sep 26, 2024
1 parent 0070fca commit 04d545c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
./privateer help
- name: 'Tar files'
run: tar -cvf test_harness.tar privateer
run: tar -cvf test_harness.tar privateer/

- name: Archive release artifacts
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -82,13 +82,13 @@ jobs:
ls
- name: 'Tar files'
run: tar -cvf ABS.tar raid-azure-blob-storage
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/ABS.tar"
path: ABS.tar

terraform:
if: github.repository == 'octo-org/octo-repo-prod'
Expand Down

0 comments on commit 04d545c

Please sign in to comment.