From 88106f008b215d474db71f9ecb884fc14e6d9eed Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Thu, 28 Mar 2024 17:43:55 +0000 Subject: [PATCH] New SO repo (#22) Reviewed-on: https://git.vdb.to/cerc-io/plugeth-statediff/pulls/22 Co-authored-by: Thomas E Lackey Co-committed-by: Thomas E Lackey --- .gitea/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index dcd898a..567feed 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -11,7 +11,7 @@ on: # Needed until we can incorporate docker startup into the executor container env: DOCKER_HOST: unix:///var/run/dind.sock - SO_VERSION: v1.1.0-c30c779-202309082138 + SO_VERSION: latest jobs: unit-tests: @@ -65,7 +65,7 @@ jobs: - name: Install stack-orchestrator run: | - curl -L -O https://github.com/cerc-io/stack-orchestrator/releases/download/$SO_VERSION/laconic-so + curl -L -O https://git.vdb.to/cerc-io/stack-orchestrator/releases/download/$SO_VERSION/laconic-so chmod +x laconic-so - name: Clone system-tests uses: actions/checkout@v3