Skip to content

Commit

Permalink
TEMPORARY
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Sep 25, 2024
1 parent 44287ea commit d00880a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ jobs:
- name: Workaround for dbus inotify
run: cp stratisd.conf /usr/share/dbus-1/system.d
- name: Check out stratis-cli
run: git clone https://github.com/stratis-storage/stratis-cli.git
run: >
git clone
https://github.com/stratis-storage/stratis-cli.git
--branch rebase-3.6.0
- name: Run stratis-cli tests
run: >
RUST_LOG=stratisd=debug
Expand Down Expand Up @@ -290,6 +293,11 @@ jobs:
run: sudo udevadm control --reload
- name: Clone testing repo
run: git clone https://github.com/stratis-storage/testing.git
- name: Switch to PR
run: |
git checkout -b mulkieran-version-3.7.0 master
git pull https://github.com/mulkieran/testing.git version-3.7.0
working-directory: ./testing
- name: Checkout revision ${{ matrix.rev }}
run: git checkout -b new-branch ${{ matrix.rev }}
working-directory: ./testing
Expand Down

0 comments on commit d00880a

Please sign in to comment.