Skip to content

Commit

Permalink
Run sonobuoy plugin directly, not using sonobuoy runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
whites11 committed Oct 11, 2023
1 parent 3f2d265 commit 8c566cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tekton/tasks/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ spec:
value: $(workspaces.cluster.path)/cluster-id
script: |
#!/bin/sh
export CLUSTER_ID="$(cat $CLUSTER_ID_PATH)"
export CP_KUBECONFIG="$(cat $CP_KUBECONFIG_PATH)"
export TC_KUBECONFIG="$(cat $TC_KUBECONFIG_PATH)"
/app/run_go_test.sh
Expand Down

0 comments on commit 8c566cd

Please sign in to comment.