Skip to content

Commit

Permalink
ci: remove cw_common from inside the docker container
Browse files Browse the repository at this point in the history
Signed-off-by: Night Owl <[email protected]>
  • Loading branch information
nightowl121 committed Sep 11, 2023
1 parent cf365a5 commit 99293c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-cosmwasm-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- fix/deployment-of-cw-contracts
paths:
- contracts/cosmwasm-vm/**
- libraries/common/rust/**
Expand All @@ -11,7 +12,7 @@ on:
- scripts/archway/**
jobs:
Build:
name: Build & Deploy Cosmasm Contracts
name: Build & Deploy Cosmwasm Contracts
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand Down Expand Up @@ -50,7 +51,7 @@ jobs:
- name: Deploy WASM
run: |
container=$(docker ps --format '{{.Names}}')
sudo rm -rf artifacts/archway/cw_common.wasm
docker exec $container rm contracts/cw-common.wasm
# cp -r {artifacts,scripts/deploy_cosmwasm.sh} contracts/cosmwasm-vm/archway/contracts
docker ps -a
docker exec $container chmod +x /opt/deploy_cosmwasm.sh
Expand Down

0 comments on commit 99293c2

Please sign in to comment.