There was an error while loading. Please reload this page.
1 parent 96c5805 commit 57642adCopy full SHA for 57642ad
1 file changed
.circleci/config.yml
@@ -32,9 +32,10 @@ jobs:
32
# Move python-keepkey out of the way
33
mv .pykk ../
34
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 \
+ # This companion branch gates the fork's 7.15 firmware PR, not the
+ # default firmware branch. Keep the target explicit; the checkout
+ # then replaces its python-keepkey submodule with CIRCLE_SHA1 below.
38
+ git clone --depth 1 -b release/7.15 \
39
https://github.com/BitHighlander/keepkey-firmware.git .
40
41
# Match firmware CI's build set. A recursive init reaches optional
0 commit comments