From f5a731703c5b1442e596233966aed84a6c209c36 Mon Sep 17 00:00:00 2001 From: Petar Penovic Date: Tue, 28 Nov 2023 07:43:52 +0100 Subject: [PATCH] temp: example repo [skip ci] --- scripts/test-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-setup.sh b/scripts/test-setup.sh index dc6b0770..2a1244b7 100755 --- a/scripts/test-setup.sh +++ b/scripts/test-setup.sh @@ -12,7 +12,7 @@ trap 'for killable in $(jobs -p); do kill -9 $killable; done' EXIT # setup example repo rm -rf starknet-hardhat-example -EXAMPLE_REPO_BRANCH="plugin" +EXAMPLE_REPO_BRANCH="stjs" if [[ "$CIRCLE_BRANCH" == "master" ]] && [[ "$EXAMPLE_REPO_BRANCH" != "plugin" ]]; then # prevents using starknet-hardhat-example branch other than "plugin" when starknet-hardhat-plugin PRs are merged echo "Invalid example repo branch: $EXAMPLE_REPO_BRANCH"