rm dev changes
This commit is contained in:
parent
bfa7724c25
commit
3603e55bd5
@ -9,7 +9,7 @@ on:
|
||||
- ci-test
|
||||
|
||||
env:
|
||||
SO_VERSION: roy/fnet-eth-deneb-upgrade # TODO update after PR merged
|
||||
SO_VERSION: v1.1.0-87fffca-202404110321
|
||||
|
||||
jobs:
|
||||
unit-tests:
|
||||
@ -44,21 +44,10 @@ jobs:
|
||||
docker build ./plugeth-statediff -t cerc/plugeth-statediff:local
|
||||
docker build ./plugeth -t cerc/plugeth:local
|
||||
|
||||
- name: "Checkout stack-orchestrator"
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: cerc-io/stack-orchestrator
|
||||
ref: ${{ env.SO_VERSION }}
|
||||
path: ./stack-orchestrator
|
||||
- name: "Install stack-orchestrator"
|
||||
- name: Install stack-orchestrator
|
||||
run: |
|
||||
apt-get update && apt-get install -y python3-pip
|
||||
pip3 install -e ./stack-orchestrator
|
||||
# TODO replace after PR merged
|
||||
# - name: Install stack-orchestrator
|
||||
# run: |
|
||||
# curl -L -O https://github.com/cerc-io/stack-orchestrator/releases/download/$SO_VERSION/laconic-so
|
||||
# chmod +x laconic-so
|
||||
curl -L -O https://github.com/cerc-io/stack-orchestrator/releases/download/$SO_VERSION/laconic-so
|
||||
chmod +x laconic-so
|
||||
- name: Clone system-tests
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user