Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sefgsefg authored Aug 16, 2024
1 parent e7bb596 commit 5f1c112
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Create KFP cluster
uses: ./.github/actions/kfp-cluster

- name: Grant execute permissions to scripts
run: |
chmod +x ./scripts/deploy/github/build-images.sh
chmod +x ./scripts/deploy/github/forward-port.sh
- name: Create KFP cluster
uses: ./.github/actions/kfp-cluster

- name: Forward API port
run: ./scripts/deploy/github/forward-port.sh "kubeflow" "ml-pipeline" 8888 8888
Expand Down

0 comments on commit 5f1c112

Please sign in to comment.