From 72e777ead7d5ab5f726b7498d3d51cb67780ef85 Mon Sep 17 00:00:00 2001 From: 0xmovses Date: Thu, 14 Sep 2023 12:44:41 +0100 Subject: [PATCH] update config ci --- .circleci/config.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 10fc78a8c..5d1a51767 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -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 @@ -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