mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 00:43:46 +00:00
Merge branch 'develop' of github.com:maticnetwork/bor into arpit/pos-655
This commit is contained in:
commit
fe7ca40384
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -168,7 +168,7 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
cd matic-cli/devnet
|
cd matic-cli/devnet
|
||||||
docker compose down
|
docker compose down --remove-orphans
|
||||||
cd -
|
cd -
|
||||||
mkdir -p ${{ github.run_id }}/matic-cli
|
mkdir -p ${{ github.run_id }}/matic-cli
|
||||||
sudo mv bor ${{ github.run_id }}
|
sudo mv bor ${{ github.run_id }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue