Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: remove unecessary build smart contract
  • Loading branch information
rodrigopavezi committed Dec 10, 2024
commit ec0efd4e95581242259ebc627c7567c63a8ffe79
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ jobs:
steps:
- attach_workspace:
at: *working_directory
- run:
name: 'Build smart-contracts'
command: 'yarn build --scope @requestnetwork/smart-contracts'
- run:
name: 'Deploy test contract from smart-contracts'
command: 'yarn deploy:contracts'
Expand Down Expand Up @@ -195,9 +192,6 @@ jobs:
steps:
- attach_workspace:
at: *working_directory
- run:
name: 'Build smart-contracts'
command: 'yarn build --scope @requestnetwork/smart-contracts'
- run:
name: 'Deploy test contract from smart-contracts'
command: 'yarn deploy:contracts'
Expand Down