From ec9e59e980a10beeb59dc89ba695a1b13053c3af Mon Sep 17 00:00:00 2001 From: RafilxTenfen Date: Tue, 30 Jul 2024 08:54:38 -0300 Subject: [PATCH] chore: removed fetch origin --- contrib/images/babylond/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/images/babylond/Dockerfile b/contrib/images/babylond/Dockerfile index 50f7857b8..01118ba38 100644 --- a/contrib/images/babylond/Dockerfile +++ b/contrib/images/babylond/Dockerfile @@ -20,7 +20,6 @@ RUN go mod download COPY ./ /go/src/github.com/babylonlabs-io/babylon/ # If version is set, then checkout this version RUN if [ -n "${VERSION}" ]; then \ - git fetch origin ${VERSION}; \ git checkout -f ${VERSION}; \ fi