projects/cosmos-sdk: use main branch (#7814)

The cosmos-sdk fuzz tests have been merged to the main branch in
https://github.com/cosmos/cosmos-sdk/pull/12152 .
This commit is contained in:
Elias Naur 2022-06-07 17:30:01 +02:00 committed by GitHub
parent f96a9ca1d3
commit 9e0dd4c311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-go
RUN git clone --single-branch --branch fuzz-packages https://github.com/cosmos/cosmos-sdk
RUN git clone --depth 1 https://github.com/cosmos/cosmos-sdk
COPY build.sh $SRC
WORKDIR $SRC/cosmos-sdk