mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
checkout before download
This commit is contained in:
2
.github/workflows/build-test-deploy.yaml
vendored
2
.github/workflows/build-test-deploy.yaml
vendored
@@ -81,6 +81,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: compile-supportbundle
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Download support-bundle binary
|
||||
uses: actions/download-artifact@v1
|
||||
with:
|
||||
@@ -88,7 +89,6 @@ jobs:
|
||||
path: bin/
|
||||
- uses: engineerd/setup-kind@v0.2.0
|
||||
- run: chmod +x bin/support-bundle
|
||||
- uses: actions/checkout@v1
|
||||
- run: ./bin/support-bundle ./examples/troubleshoot/sample-collectors.yaml
|
||||
- run: ./bin/support-bundle ./examples/troubleshoot/sample-supportbundle.yaml
|
||||
- run: ./bin/support-bundle https://kots.io
|
||||
|
||||
Reference in New Issue
Block a user