Skip to content

Commit 0f1f8b5

Browse files
committed
checkout before download
1 parent 19fb95e commit 0f1f8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ jobs:
8181
runs-on: ubuntu-latest
8282
needs: compile-supportbundle
8383
steps:
84+
- uses: actions/checkout@v1
8485
- name: Download support-bundle binary
8586
uses: actions/download-artifact@v1
8687
with:
8788
name: support-bundle
8889
path: bin/
8990
- uses: engineerd/[email protected]
9091
- run: chmod +x bin/support-bundle
91-
- uses: actions/checkout@v1
9292
- run: ./bin/support-bundle ./examples/troubleshoot/sample-collectors.yaml
9393
- run: ./bin/support-bundle ./examples/troubleshoot/sample-supportbundle.yaml
9494
- run: ./bin/support-bundle https://kots.io

0 commit comments

Comments
 (0)