File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - run :
1212 name : Clone python-keepkey (current branch)
1313 command : |
14- git clone --depth 1 -b "$CIRCLE_BRANCH" https://github.com/keepkey/python-keepkey.git .pykk
14+ git clone --depth 1 -b "$CIRCLE_BRANCH" \
15+ "https://github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git" .pykk
1516 cd .pykk && git submodule update --init --recursive
1617
1718 # ────────────────────────────────────────────────────────────────
2728 # Move python-keepkey out of the way
2829 mv .pykk ../
2930
30- # Clone firmware repository (expects $FIRMWARE_REPO env var)
31- git clone --depth 1 -b master "$FIRMWARE_REPO" .
31+ # Test the same exact companion implementation as the GitHub
32+ # Actions integration lane. Bump deliberately with that workflow.
33+ git init .
34+ git remote add origin https://github.com/BitHighlander/keepkey-firmware.git
35+ git fetch --depth 1 origin ec9ced7f23b119878961ee6571da29b035cf11fb
36+ git checkout --detach FETCH_HEAD
3237
3338 # Initialise firmware submodules
3439 git submodule update --init --recursive
You can’t perform that action at this time.
0 commit comments