Skip to content

Commit

Permalink
temp: example repo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
penovicp committed Dec 13, 2023
1 parent d19c8d2 commit f5a7317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f5a7317

Please sign in to comment.