Skip to content

Commit

Permalink
[[
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarof2 committed Apr 15, 2024
1 parent c12930f commit f097b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
export IMPL_SALT=$(openssl rand -hex 32)
cd packages/contracts-bedrock
./scripts/getting-started/config.sh
if [ -z "${SIMULATE}" || $SIMULATE ]
if [[ -z "${SIMULATE}" ]] || [[ $SIMULATE ]]
then
forge script scripts/Deploy.s.sol:Deploy --private-key $GS_ADMIN_PRIVATE_KEY --rpc-url $L1_RPC_URL --slow
else
Expand Down

0 comments on commit f097b54

Please sign in to comment.