From df905aabfcd55a6105eb1fc28169bc2a5d207e23 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Thu, 6 Jul 2023 16:56:57 +0800 Subject: [PATCH] CI image builds --- .gitea/workflows/test.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 657272a..37d05a7 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -39,6 +39,18 @@ jobs: repository: roysc/stack-orchestrator ref: plugeth-testing 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 - name: "Run testnet stack" run: ./scripts/integration-setup.sh