removing git state check
All checks were successful
Lint Checks / Run linter (push) Successful in 35s

This commit is contained in:
jonathan@vulcanize.io 2024-04-24 18:44:50 +00:00
parent efb07bd8ce
commit 41cec3467f

View File

@ -33,7 +33,7 @@ RUN set -eux; \
COPY ./ /opt/filecoin
WORKDIR /opt/filecoin
RUN scripts/docker-git-state-check.sh
#RUN scripts/docker-git-state-check.sh
### make configurable filecoin-ffi build
ARG FFI_BUILD_FROM_SOURCE=0