Skip to content

Commit

Permalink
Merge branch 'fix-raspbian-check-expand' into smcroute
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlingoogle committed Oct 28, 2020
2 parents 4ba806a + 0e2110f commit 7976e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ case "$(uname)" in
(mkdir -p docker-rpi-emu \
&& cd docker-rpi-emu \
&& (git --git-dir=.git rev-parse --is-inside-work-tree || git --git-dir=.git init .) \
&& git fetch --depth 1 https://github.com/ryankurte/docker-rpi-emu.git master \
&& git fetch --depth 1 https://github.com/ryankurte/docker-rpi-emu.git pull/21/head \
&& git checkout FETCH_HEAD)

pip3 install git-archive-all
Expand Down

0 comments on commit 7976e6f

Please sign in to comment.