Skip to content

Commit 0688505

Browse files
committed
fix file permissions
1 parent f4dd28b commit 0688505

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/scripts/setup-ontology.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ curl -fsSL -o "$BASE_DIR/elastic.zip" \
2828
echo "Cleaning up zip..."
2929
#rm "$BASE_DIR/backend.zip"
3030

31+
chmod 644 "$BASE_DIR"/*.zip
32+
chmod 644 "$DSE_DIR"/* || true
33+
chmod 644 "$MIGRATION_DIR"/* || true
34+
3135
echo "Final files:"
3236
ls -l "$BASE_DIR"
3337
ls -l "$DSE_DIR"

0 commit comments

Comments
 (0)