From 6d84c63fc18d737c652dd08115f9c557f14fe5a0 Mon Sep 17 00:00:00 2001 From: Gleb Date: Fri, 3 Jan 2025 14:42:50 -0800 Subject: [PATCH] Rollback quickstart image version --- .github/workflows/e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 771a22245..ed1c54f44 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -26,8 +26,8 @@ jobs: # the pre-compiled image to use of quickstart, or the git ref to build # from source. - SYSTEM_TEST_QUICKSTART_IMAGE: stellar/quickstart:testing - # SYSTEM_TEST_QUICKSTART_GIT_REF: "https://github.com/stellar/quickstart.git#master" + # SYSTEM_TEST_QUICKSTART_IMAGE: stellar/quickstart:testing + SYSTEM_TEST_QUICKSTART_GIT_REF: "https://github.com/stellar/quickstart.git#e1f62bf34cf047156dbb599b3c7dff52283ac696" # the version of components built in quickstart. only used if quickstart # is configured above to build from source.