Skip to content

Commit

Permalink
Save container logs
Browse files Browse the repository at this point in the history
  • Loading branch information
moraygrieve committed Oct 12, 2023
1 parent 5cf55bc commit 77dac10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/manual-deploy-testnet-l2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,7 @@ jobs:
-docker_image=${{vars.L2_HARDHATDEPLOYER_DOCKER_BUILD_TAG}} \
-faucet_funds=${{vars.FAUCET_FUNDS}}
- name: 'Save container logs on failure'
if: failure()
- name: 'Save container logs'
run: |
docker logs `docker ps -aqf "name=hh-l2-deployer"` > deploy-l2-contracts.out 2>&1
Expand Down

0 comments on commit 77dac10

Please sign in to comment.