Skip to content

Commit

Permalink
checkout before download
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Jun 12, 2020
1 parent 19fb95e commit 0f1f8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yaml
Expand Up @@ -81,14 +81,14 @@ jobs:
runs-on: ubuntu-latest
needs: compile-supportbundle
steps:
- uses: actions/checkout@v1
- name: Download support-bundle binary
uses: actions/download-artifact@v1
with:
name: support-bundle
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
Expand Down

0 comments on commit 0f1f8b5

Please sign in to comment.