Skip to content

Commit 44babd3

Browse files
author
colinlyguo
committed
tweaks
1 parent cdae92b commit 44babd3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,7 @@ jobs:
313313
ssh-private-key: ${{ secrets.OPENVM_GPU_SSH_PRIVATE_KEY }}
314314
- name: Run custom script
315315
run: |
316-
chmod +x build/dockerfiles/coordinator-api/init-openvm.sh
317-
build/dockerfiles/coordinator-api/init-openvm.sh
316+
./build/dockerfiles/coordinator-api/init-openvm.sh
318317
- name: Build and push
319318
uses: docker/build-push-action@v3
320319
env:

0 commit comments

Comments
 (0)