Skip to content

Commit

Permalink
Merge pull request #1101 from mulkieran/stratisd-rebase-branch
Browse files Browse the repository at this point in the history
ci: Redirect to stratisd rebase branch
  • Loading branch information
mulkieran authored Oct 3, 2024
2 parents 4575394 + 50929c1 commit b8559fe
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,10 @@ jobs:
components: cargo
toolchain: 1.71.1 # LOWEST SUPPORTED RUST TOOLCHAIN
- name: Check out stratisd
run: git clone https://github.com/stratis-storage/stratisd.git
run: >
git clone
https://github.com/stratis-storage/stratisd.git
--branch rebase-3.6.0
- name: Build stratisd
run: PROFILEDIR=debug make build-all
working-directory: ./stratisd
Expand Down Expand Up @@ -187,7 +190,10 @@ jobs:
components: cargo
toolchain: 1.71.1 # LOWEST SUPPORTED RUST TOOLCHAIN
- name: Check out stratisd
run: git clone https://github.com/stratis-storage/stratisd.git
run: >
git clone
https://github.com/stratis-storage/stratisd.git
--branch rebase-3.6.0
- name: Build stratisd
run: PROFILEDIR=debug make build-all
working-directory: ./stratisd
Expand Down

0 comments on commit b8559fe

Please sign in to comment.