Skip to content

Commit 09f6a08

Browse files
authored
ci: remove cw_common from inside the docker container (#712)
Signed-off-by: Night Owl <nightowl121@protonmail.com>
1 parent cf365a5 commit 09f6a08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-cosmwasm-contracts.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- scripts/archway/**
1212
jobs:
1313
Build:
14-
name: Build & Deploy Cosmasm Contracts
14+
name: Build & Deploy Cosmwasm Contracts
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout sources
@@ -50,7 +50,7 @@ jobs:
5050
- name: Deploy WASM
5151
run: |
5252
container=$(docker ps --format '{{.Names}}')
53-
sudo rm -rf artifacts/archway/cw_common.wasm
53+
docker exec $container sh -c "rm /contracts/*_latest.wasm;rm /contracts/cw_common*.wasm"
5454
# cp -r {artifacts,scripts/deploy_cosmwasm.sh} contracts/cosmwasm-vm/archway/contracts
5555
docker ps -a
5656
docker exec $container chmod +x /opt/deploy_cosmwasm.sh

0 commit comments

Comments
 (0)