From 683715ccb4bb5592f8b6469b744c220c6e9a1ba1 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 2 May 2023 13:12:12 -0400 Subject: [PATCH] Temporary stratisd redirect Signed-off-by: mulhern --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0d69c1790..fd479646f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -113,6 +113,11 @@ jobs: toolchain: 1.66.1 # LOWEST SUPPORTED RUST TOOLCHAIN - name: Check out stratisd run: git clone https://github.com/stratis-storage/stratisd.git + - name: Check out branch + run: | + git checkout -b jbaublitz-stop-pool-changes master + git pull https://github.com/jbaublitz/stratisd.git stop-pool-changes + working-directory: ./stratisd - name: Build stratisd run: PROFILEDIR=debug make build-all working-directory: ./stratisd