From eaec9051cef4af845788b485709613a97a97dce1 Mon Sep 17 00:00:00 2001 From: battlmonstr Date: Fri, 24 Nov 2023 13:23:19 +0100 Subject: [PATCH] test builds from battlmonstr/silkworm fork --- ci/release.sh | 2 +- ci/release_branch.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/release.sh b/ci/release.sh index 6293005..dfb10ce 100755 --- a/ci/release.sh +++ b/ci/release.sh @@ -4,7 +4,7 @@ set -e set -u set -o pipefail -SRC_GIT_URL="https://github.com/erigontech/silkworm.git" +SRC_GIT_URL="https://github.com/battlmonstr/silkworm.git" TARGET="silkworm_capi" FINAL_LIB_COUNT=2 diff --git a/ci/release_branch.sh b/ci/release_branch.sh index 06893a2..42b896e 100755 --- a/ci/release_branch.sh +++ b/ci/release_branch.sh @@ -4,7 +4,7 @@ set -e set -u set -o pipefail -SRC_GIT_URL="https://github.com/erigontech/silkworm.git" +SRC_GIT_URL="https://github.com/battlmonstr/silkworm.git" function release_version { git ls-remote --tags "$SRC_GIT_URL" | grep 'capi-' | cut -d '-' -f 2 | while read version