Skip to content

Commit

Permalink
test builds from battlmonstr/silkworm fork
Browse files Browse the repository at this point in the history
  • Loading branch information
battlmonstr committed Nov 24, 2023
1 parent 35b097a commit eaec905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ci/release_branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eaec905

Please sign in to comment.