mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
fix workflow
This commit is contained in:
8
.github/workflows/build-test-deploy.yaml
vendored
8
.github/workflows/build-test-deploy.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user