File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ jobs:
43
43
./privateer help
44
44
45
45
- name : ' Tar files'
46
- run : tar -cvf test_harness.tar privateer/privateer
46
+ run : tar -cvf "privateer/ test_harness.tar" privateer/privateer
47
47
48
48
- name : Archive release artifacts
49
49
uses : actions/upload-artifact@v3
50
50
with :
51
51
name : release-artifacts
52
- path : test_harness.tar
52
+ path : " privateer/ test_harness.tar"
53
53
54
54
build-azure-blob-storage :
55
55
runs-on : ubuntu-latest
@@ -82,13 +82,13 @@ jobs:
82
82
ls
83
83
84
84
- 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
86
86
87
87
- name : Archive release artifacts
88
88
uses : actions/upload-artifact@v3
89
89
with :
90
90
name : release-artifacts
91
- path : azure_blob.tar
91
+ path : " raid-azure-blob-storage/ azure_blob.tar"
92
92
93
93
terraform :
94
94
if : github.repository == 'octo-org/octo-repo-prod'
@@ -173,7 +173,7 @@ jobs:
173
173
tar -xf test_harness.tar
174
174
tar -xf azure_blob.tar
175
175
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
179
179
You can’t perform that action at this time.
0 commit comments