Skip to content

Commit 1b60c52

Browse files
authored
Change permissions of local_outputs directory to 777
1 parent e5315f0 commit 1b60c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/execute-kfp-localrunners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
working-directory: kubeflow-pipelines/${{ matrix.pipeline }}
109109
run: |
110110
mkdir -p local_outputs
111-
chmod 755 local_outputs
111+
chmod 777 local_outputs
112112
- name: Log in to Quay Container Registry
113113
uses: docker/login-action@v3
114114
with:

0 commit comments

Comments
 (0)