CI image builds
This commit is contained in:
parent
9354bcdd67
commit
df905aabfc
@ -39,6 +39,18 @@ jobs:
|
|||||||
repository: roysc/stack-orchestrator
|
repository: roysc/stack-orchestrator
|
||||||
ref: plugeth-testing
|
ref: plugeth-testing
|
||||||
path: ./stack-orchestrator
|
path: ./stack-orchestrator
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
repository: cerc-io/plugeth
|
||||||
|
ref: statediff-wip
|
||||||
|
path: ../plugeth
|
||||||
|
- name: "Install SSH for image builds"
|
||||||
|
run: |
|
||||||
|
mkdir -p _dev/.ssh
|
||||||
|
echo "${{ secrets.CI_SSH_PRIVATE_KEY }}" > _dev/.ssh/id_rsa
|
||||||
|
ssh-keyscan >> _dev/.ssh/known_hosts
|
||||||
|
echo '[url "ssh://git@git.vdb.to"] insteadOf = https://git.vdb.to' > _dev/.gitconfig
|
||||||
|
cp -r _dev ../plugeth
|
||||||
- run: pip install ./stack-orchestrator
|
- run: pip install ./stack-orchestrator
|
||||||
- name: "Run testnet stack"
|
- name: "Run testnet stack"
|
||||||
run: ./scripts/integration-setup.sh
|
run: ./scripts/integration-setup.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user