fix workflow

This commit is contained in:
Marc Campbell
2020-06-12 13:24:30 -07:00
parent a22e2e25df
commit 19fb95e99b

View File

@@ -56,7 +56,7 @@ jobs:
path: bin/
- uses: engineerd/setup-kind@v0.2.0
- run: chmod +x bin/preflight
- run: bin/preflight --interactive=false --format=json https://preflight.replicated.com
- run: ./bin/preflight --interactive=false --format=json https://preflight.replicated.com
compile-supportbundle:
runs-on: ubuntu-latest
@@ -89,9 +89,9 @@ jobs:
- 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
- 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
goreleaser:
runs-on: ubuntu-latest