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 b672353 commit c6b9f68
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/check-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
./privateer help
- name: 'Tar files'
run: tar -cvf test_harness.tar privateer
working-directory: privateer
run: tar -cvf test_harness.tar privateer/privateer

- name: Archive release artifacts
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -83,8 +82,7 @@ jobs:
ls
- name: 'Tar files'
run: tar -cvf azure_blob.tar ABS
working-directory: raid-azure-blob-storage
run: tar -cvf azure_blob.tar raid-azure-blob-storage/ABS

- name: Archive release artifacts
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -177,5 +175,5 @@ jobs:
ls -al
- name: RUN sally command
run: |
./privateer sally ./ABS -c config.yml
./privateer/privateer sally ./raid-azure-blob-storage/ABS -c config.yml

0 comments on commit c6b9f68

Please sign in to comment.