Skip to content

Commit 7a03548

Browse files
committed
tt
1 parent f466702 commit 7a03548

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/testing-release-self-hosted-runner.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ jobs:
8484
run: |
8585
mkdir $GITHUB_WORKSPACE/build-arm64 $GITHUB_WORKSPACE/build-amd64 $GITHUB_WORKSPACE/build-amd64v2
8686
cd erigon;
87+
echo DEBUG111
88+
id
89+
echo END DEBUG
8790
echo "id=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
8891
echo "short_commit_id=$(git rev-parse --short=7 HEAD)" >> $GITHUB_OUTPUT
8992
echo "parsed_version=$(echo ${{ inputs.release_version }} | sed -e 's/^v//g')" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)