Skip to content

Commit

Permalink
kubeflow-pipeline-upgrade-test - WIP - reverted order of kind
Browse files Browse the repository at this point in the history
Signed-off-by: hbelmiro <[email protected]>
  • Loading branch information
hbelmiro committed Jun 21, 2024
1 parent e92f7da commit 8cea811
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/kfp-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ description: "Step to start and configure KFP on KinD"
runs:
using: "composite"
steps:
- name: Build images
shell: bash
run: ./scripts/deploy/github/build-images.sh

- name: Create k8s Kind Cluster
uses: container-tools/kind-action@v2
with:
Expand All @@ -16,6 +12,10 @@ runs:
version: v0.22.0
node_image: kindest/node:v1.29.2

- name: Build images
shell: bash
run: ./scripts/deploy/github/build-images.sh

- name: Deploy KFP
shell: bash
run: ./scripts/deploy/github/deploy-kfp.sh

0 comments on commit 8cea811

Please sign in to comment.