Skip to content

Commit 1ef0143

Browse files
chore(deps): bump cardano-db-sync to 13.6.0.5
1 parent 3aa123d commit 1ef0143

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/env_nightly_dbsync

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CLUSTER_ERA=conway
22
COMMAND_ERA=conway
33
MARKEXPR=dbsync or smash
4-
DBSYNC_REV=13.6.0.4
5-
DBSYNC_TAR_URL=https://github.com/IntersectMBO/cardano-db-sync/releases/download/13.6.0.4/cardano-db-sync-13.6.0.4-linux.tar.gz
4+
DBSYNC_REV=13.6.0.5
5+
DBSYNC_TAR_URL=https://github.com/IntersectMBO/cardano-db-sync/releases/download/13.6.0.5/cardano-db-sync-13.6.0.5-linux.tar.gz
66
SMASH=true
77
DBSYNC_SKIP_INDEXES=true

.github/source_dbsync.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ if [ -n "$DBSYNC_TAR_URL" ]; then
9494
DBSYNC_TAR_FILE="$WORKDIR/dbsync_bins.tar.gz"
9595
curl -sSL "$DBSYNC_TAR_URL" > "$DBSYNC_TAR_FILE" || exit 1
9696
rm -rf "${WORKDIR}/dbsync_download"
97-
mkdir -p "${WORKDIR}/dbsync_download/bin"
98-
tar -C "${WORKDIR}/dbsync_download/bin" -xzf "$DBSYNC_TAR_FILE" || exit 1
97+
mkdir -p "${WORKDIR}/dbsync_download/"
98+
tar -C "${WORKDIR}/dbsync_download/" -xzf "$DBSYNC_TAR_FILE" || exit 1
9999
rm -f "$DBSYNC_TAR_FILE"
100100
rm -f db-sync-node
101101
ln -s "${WORKDIR}/dbsync_download" db-sync-node || exit 1

0 commit comments

Comments
 (0)