Skip to content

Commit

Permalink
Temporary stratisd redirect
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed May 2, 2023
1 parent 9bc2ebb commit baab6a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit baab6a4

Please sign in to comment.