Skip to content

Commit

Permalink
tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarof2 committed May 16, 2024
1 parent 3cefc29 commit f361981
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/contracts-op-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
./scripts/getting-started/config.sh
cp deploy-config/$DEPLOYMENT_CONTEXT.json /home/runner/work/optimism/optimism/ethereum-optimism/packages/contracts-bedrock/deploy-config/$DEPLOYMENT_CONTEXT.json
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3.17

- name: Deploy L1 contracts
if: ${{ env.DEPLOY_CONTRACTS != 'false' }}
run: |
Expand Down Expand Up @@ -111,9 +114,6 @@ jobs:
--outfile.rollup ../../l2-config-files/$DEPLOYMENT_CONTEXT/rollup-$(date +%s).json \
--l1-rpc $L1_RPC_URL
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3.17

- name: "Commit genesis files"
uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit f361981

Please sign in to comment.