Update build_haven.sh

This commit is contained in:
Omar Hatem 2023-08-29 02:04:02 +03:00 committed by GitHub
parent aab58ecd62
commit ca0967c1b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,10 @@
#!/bin/sh
. ./config.sh
HAVEN_VERSION=tags/v3.0.7
HAVEN_VERSION=v3.0.7
HAVEN_SRC_DIR=${WORKDIR}/haven
git clone https://github.com/haven-protocol-org/haven-main.git ${HAVEN_SRC_DIR}
git fetch --tags
git checkout ${HAVEN_VERSION}
cd $HAVEN_SRC_DIR
git submodule init