From 36bdc53775060331b655f35b5f00b1318bccccd3 Mon Sep 17 00:00:00 2001 From: mulhern Date: Thu, 25 Jul 2024 22:45:01 -0400 Subject: [PATCH] Redirect Signed-off-by: mulhern --- .github/workflows/main.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ef9de77ca..bb723f15e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -130,6 +130,11 @@ jobs: toolchain: 1.71.1 # LOWEST SUPPORTED RUST TOOLCHAIN - name: Check out stratisd run: git clone https://github.com/stratis-storage/stratisd.git + - name: Redirect + run: | + git checkout -b mulkieran-debug-filesystem-metadata master + git pull https://github.com/mulkieran/stratisd.git debug-filesystem-metadata + working-directory: ./stratisd - name: Build stratisd run: PROFILEDIR=debug make build-all working-directory: ./stratisd @@ -188,6 +193,11 @@ jobs: toolchain: 1.71.1 # LOWEST SUPPORTED RUST TOOLCHAIN - name: Check out stratisd run: git clone https://github.com/stratis-storage/stratisd.git + - name: Redirect + run: | + git checkout -b mulkieran-debug-filesystem-metadata master + git pull https://github.com/mulkieran/stratisd.git debug-filesystem-metadata + working-directory: ./stratisd - name: Build stratisd run: PROFILEDIR=debug make build-all working-directory: ./stratisd