Skip to content

Commit

Permalink
Remove unnecessary workflows change
Browse files Browse the repository at this point in the history
  • Loading branch information
ischasny committed Nov 1, 2024
1 parent 56e9375 commit 42cc5f7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/new-build-core-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ jobs:
tar -C ./contracts -zxf l1-contracts.tar.gz
tar -C ./contracts -zxf l2-contracts.tar.gz
tar -C ./contracts -zxf system-contracts.tar.gz
# TODO Remove mkdir once we use foundry inside contracts repo
mkdir -p contracts/l1-contracts/out
- name: Install Apt dependencies
if: env.BUILD_CONTRACTS == 'true'
Expand Down Expand Up @@ -211,14 +209,6 @@ jobs:
path: |
./contracts
# TODO Remove it when we migrate to foundry inside contracts repository
- name: Create necessary artefacts
shell: bash
run: |
mkdir -p contracts/l1-contracts/artifacts/
mkdir -p contracts/l1-contracts/out
- name: login to Docker registries
if: ${{ inputs.action == 'push' }}
shell: bash
Expand Down

0 comments on commit 42cc5f7

Please sign in to comment.