Use other plugeth branch.
Some checks failed
Test / Run unit tests (pull_request) Failing after 1m1s
Test / Run integration tests (pull_request) Failing after 2m55s

This commit is contained in:
Thomas E Lackey 2023-07-10 14:24:39 -05:00
parent 5a2a8765b7
commit 7cca02d66f
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: cerc-io/plugeth
ref: statediff-wip
ref: telackey/49c
path: ./plugeth
# These images need access tokens configured
- name: "Build docker image"

View File

@ -9,7 +9,7 @@ ARG GIT_VDBTO_TOKEN
# Get and cache deps
WORKDIR /plugeth-statediff/
COPY go.mod go.sum .
RUN if [ -n "$GIT_VDBTO_TOKEN" ]; then git config --global url."https://$GIT_VDBTO_TOKEN:@git.vdb.to/".insteadOf "https://git.vdb.to/"; fi && \
RUN [ -n "$GIT_VDBTO_TOKEN" ] && git config --global url."https://$GIT_VDBTO_TOKEN:@git.vdb.to/".insteadOf "https://git.vdb.to/" ; \
go mod download && \
rm -f ~/.gitconfig