Skip to content

Commit

Permalink
update config ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmovses committed Sep 14, 2023
1 parent 8908c86 commit 72e777e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,14 @@ workflows:
equal: [ "build_wasms", << pipeline.parameters.GHA_Meta >>]
jobs:
- build

deploy:
when:
equal: [ "deploy_all", << pipeline.parameters.GHA_Meta >> ]
jobs:
- build
- deploy:
requires:
requires:
- build
filters:
branches:
only: /release\//

modules-coverage:
when:
Expand Down Expand Up @@ -68,6 +65,7 @@ jobs:
git add modules/artifacts --force
git commit -m 'Update WASM artifacts [skip ci]'
git push origin $CIRCLE_BRANCH
deploy:
docker:
- image: cimg/rust:1.72.0
Expand All @@ -78,10 +76,9 @@ jobs:
name: Deploy
command: |
cd framework
just deploy uni-6
cargo run --bin full_deploy -- --network-ids uni-6
coverage:
# https://circleci.com/developer/images?imageType=machine
docker:
- image: cimg/rust:1.72.0
resource_class: xlarge
Expand Down

0 comments on commit 72e777e

Please sign in to comment.