Skip to content

Commit ca01407

Browse files
update(runner): remove executable permissions from dbsync_download/bin/* after extracting tarball
Remove temporary chmod +x step after db-sync archive creation logic was fixed.
1 parent cd0b9ed commit ca01407

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

runner/source_dbsync.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ if [ -n "${DBSYNC_TAR_URL:-}" ]; then
6464
rm -rf dbsync_download
6565
mkdir -p dbsync_download
6666
tar -C dbsync_download -xzf "$DBSYNC_TAR_FILE" || exit 1
67-
chmod +x dbsync_download/bin/* # TODO: Remove this line once the tarball has the correct permissions set
6867
rm -f "$DBSYNC_TAR_FILE"
6968
rm -f db-sync-node
7069
ln -s dbsync_download db-sync-node || exit 1

0 commit comments

Comments
 (0)