Skip to content

Commit

Permalink
Merge pull request #285 from CosmWasm/fix-ci-contract-build
Browse files Browse the repository at this point in the history
Fix ci contract build
  • Loading branch information
ethanfrey committed Apr 22, 2021
2 parents bf09c4d + 697163b commit da78c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ jobs:
- run:
name: Build development contracts
command: |
docker run --volumes-from with_code cosmwasm/workspace-optimizer:0.11.0
docker run --volumes-from with_code cosmwasm/workspace-optimizer:0.11.2
docker cp with_code:/code/artifacts ./artifacts
- run:
name: Show data
Expand Down

0 comments on commit da78c7d

Please sign in to comment.