Skip to content

Commit a5f8815

Browse files
committed
Use external action for modifying stratisd dependencies
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent d83c7ec commit a5f8815

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ jobs:
179179
- name: Print head commit
180180
run: git log --oneline -1
181181
working-directory: stratisd
182+
- name: Overwrite stratisd dependencies as necessary
183+
uses: stratis-storage/github-actions/stratisd-modify@HEAD
184+
with:
185+
working-directory: stratisd
182186
- name: Build stratisd
183187
run: PROFILEDIR=debug make build-all
184188
working-directory: stratisd
@@ -272,6 +276,10 @@ jobs:
272276
- name: Print head commit
273277
run: git log --oneline -1
274278
working-directory: stratisd
279+
- name: Overwrite stratisd dependencies as necessary
280+
uses: stratis-storage/github-actions/stratisd-modify@HEAD
281+
with:
282+
working-directory: stratisd
275283
- name: Build stratisd
276284
run: PROFILEDIR=debug make build-all
277285
working-directory: stratisd

0 commit comments

Comments
 (0)