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 2b8f996 commit 25adbcb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
- name: Create KFP cluster
uses: ./.github/actions/kfp-cluster

- name: Set execute permission for build-images.sh
run: chmod +x /scripts/deploy/github/build-images.sh
- name: Grant execute permissions to scripts
run: |
chmod +x ./scripts/deploy/github/build-images.sh
chmod +x ./scripts/deploy/github/forward-port.sh
- name: Forward API port
run: ./scripts/deploy/github/forward-port.sh "kubeflow" "ml-pipeline" 8888 8888
Expand Down

0 comments on commit 25adbcb

Please sign in to comment.