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 2f0493e commit d61765b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
cd privateer
make release
ls
- name: Run privateer help command
run: |
Expand All @@ -45,7 +46,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: release-artifacts
path: privateer/release/
path: privateer/privateer

build-gcs-object-storage:
runs-on: ubuntu-latest
Expand All @@ -66,7 +67,6 @@ jobs:
run: |
ls
- name: Install dependencies
run: |
cd raid-azure-blob-storage
Expand All @@ -76,16 +76,16 @@ jobs:
run: |
cd raid-azure-blob-storage
make release
ls
- name: Archive release artifacts
uses: actions/upload-artifact@v3
with:
name: release-artifacts
path: raid-azure-blob-storage/release/
path: raid-azure-blob-storage/ABS

- name: View release artifacts
run: |
cd raid-azure-blob-storage/release/
ls
terraform:
Expand Down

0 comments on commit d61765b

Please sign in to comment.