We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19fb95e commit 0f1f8b5Copy full SHA for 0f1f8b5
.github/workflows/build-test-deploy.yaml
@@ -81,14 +81,14 @@ jobs:
81
runs-on: ubuntu-latest
82
needs: compile-supportbundle
83
steps:
84
+ - uses: actions/checkout@v1
85
- name: Download support-bundle binary
86
uses: actions/download-artifact@v1
87
with:
88
name: support-bundle
89
path: bin/
90
- uses: engineerd/[email protected]
91
- run: chmod +x bin/support-bundle
- - uses: actions/checkout@v1
92
- run: ./bin/support-bundle ./examples/troubleshoot/sample-collectors.yaml
93
- run: ./bin/support-bundle ./examples/troubleshoot/sample-supportbundle.yaml
94
- run: ./bin/support-bundle https://kots.io
0 commit comments