Skip to content

Commit 01d14e7

Browse files
committed
feat: update tf modules
Signed-off-by: Rudra Gupta <[email protected]>
1 parent c6b9f68 commit 01d14e7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/check-compliance.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
./privateer help
4444
4545
- name: 'Tar files'
46-
run: tar -cvf test_harness.tar privateer/privateer
46+
run: tar -cvf "privateer/test_harness.tar" privateer/privateer
4747

4848
- name: Archive release artifacts
4949
uses: actions/upload-artifact@v3
5050
with:
5151
name: release-artifacts
52-
path: test_harness.tar
52+
path: "privateer/test_harness.tar"
5353

5454
build-azure-blob-storage:
5555
runs-on: ubuntu-latest
@@ -82,13 +82,13 @@ jobs:
8282
ls
8383
8484
- name: 'Tar files'
85-
run: tar -cvf azure_blob.tar raid-azure-blob-storage/ABS
85+
run: tar -cvf "raid-azure-blob-storage/azure_blob.tar" raid-azure-blob-storage/ABS
8686

8787
- name: Archive release artifacts
8888
uses: actions/upload-artifact@v3
8989
with:
9090
name: release-artifacts
91-
path: azure_blob.tar
91+
path: "raid-azure-blob-storage/azure_blob.tar"
9292

9393
terraform:
9494
if: github.repository == 'octo-org/octo-repo-prod'
@@ -173,7 +173,7 @@ jobs:
173173
tar -xf test_harness.tar
174174
tar -xf azure_blob.tar
175175
ls -al
176-
- name: RUN sally command
177-
run: |
178-
./privateer/privateer sally ./raid-azure-blob-storage/ABS -c config.yml
176+
# - name: RUN sally command
177+
# run: |
178+
# ./privateer/privateer sally ./raid-azure-blob-storage/ABS -c config.yml
179179

0 commit comments

Comments
 (0)