mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-03 02:23:48 +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()
|
||||
run: |
|
||||
cd matic-cli/devnet
|
||||
docker compose down
|
||||
docker compose down --remove-orphans
|
||||
cd -
|
||||
mkdir -p ${{ github.run_id }}/matic-cli
|
||||
sudo mv bor ${{ github.run_id }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue