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 b31daf9 commit a2d1823
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/check-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,15 @@ jobs:
./privateer help
- name: 'Tar files'
run: tar -cvf test_harness.tar privateer/privateer
run: |
cd privateer
tar -cvf test_harness.tar privateer
- name: Archive release artifacts
uses: actions/upload-artifact@v3
with:
name: release-artifacts
path: test_harness.tar
path: privateer/test_harness.tar

build-azure-blob-storage:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -82,13 +84,15 @@ jobs:
ls
- name: 'Tar files'
run: tar -cvf ABS.tar raid-azure-blob-storage/ABS
run: |
cd raid-azure-blob-storage
tar -cvf ABS.tar ABS
- name: Archive release artifacts
uses: actions/upload-artifact@v3
with:
name: release-artifacts
path: ABS.tar
path: raid-azure-blob-storage/ABS.tar

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

0 comments on commit a2d1823

Please sign in to comment.