Skip to content

Commit 57642ad

Browse files
committed
ci(7.15): test against the matching firmware branch
1 parent 96c5805 commit 57642ad

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ jobs:
3232
# Move python-keepkey out of the way
3333
mv .pykk ../
3434
35-
# This companion branch gates firmware PR #604, not the default
36-
# firmware branch. Keep the target explicit and fail if it moves.
37-
git clone --depth 1 -b release/7.14.3-bitcoin-only \
35+
# This companion branch gates the fork's 7.15 firmware PR, not the
36+
# default firmware branch. Keep the target explicit; the checkout
37+
# then replaces its python-keepkey submodule with CIRCLE_SHA1 below.
38+
git clone --depth 1 -b release/7.15 \
3839
https://github.com/BitHighlander/keepkey-firmware.git .
3940
4041
# Match firmware CI's build set. A recursive init reaches optional

0 commit comments

Comments
 (0)