Skip to content

Commit

Permalink
Temporary redirect
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Mar 29, 2024
1 parent 124532d commit a70131d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,13 @@ jobs:
toolchain: 1.71.1 # LOWEST SUPPORTED RUST TOOLCHAIN
- name: Check out stratisd
run: git clone https://github.com/stratis-storage/stratisd.git
- name: Temporarily switch to PR branch
# yamllint disable rule:line-length
run: |
git checkout -b jbaublitz-metadata-rework master
git reset a28526b97ce9a569de4407e37a3bea941ed5e6f3
git pull https://github.com/jbaublitz/stratisd.git metadata-rework
working-directory: ./stratisd
- name: Build stratisd
run: PROFILEDIR=debug make build-all
working-directory: ./stratisd
Expand Down

0 comments on commit a70131d

Please sign in to comment.