mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-02-11 17:43:10 +00:00
verify that RLN_CONTRACT_REPO_COMMIT is not empty
This commit is contained in:
parent
a81ae8c122
commit
7b8997b3a4
@ -13,6 +13,11 @@ if [ ! -d "waku-rlnv2-contract" ]; then
|
||||
git clone https://github.com/waku-org/waku-rlnv2-contract.git
|
||||
fi
|
||||
|
||||
if [ -z "$RLN_CONTRACT_REPO_COMMIT" ]; then
|
||||
echo "RLN_CONTRACT_REPO_COMMIT is not set"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cd /waku-rlnv2-contract
|
||||
git checkout $RLN_CONTRACT_REPO_COMMIT
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user