specify branch name in chart testing (#2451)
Signed-off-by: Manabu McCloskey <manabu.mccloskey@gmail.com>
This commit is contained in:
parent
79264a4ac5
commit
fc7c697c61
|
@ -208,7 +208,7 @@ jobs:
|
|||
run: |
|
||||
docker build -t docker.io/kubeflow/spark-operator:local .
|
||||
minikube image load docker.io/kubeflow/spark-operator:local
|
||||
ct install
|
||||
ct install --target-branch ${{ steps.get_branch.outputs.BRANCH }}
|
||||
|
||||
e2e-test:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue