Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlingoogle committed Oct 28, 2020
1 parent d5ed923 commit 151f0b1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 311 deletions.
205 changes: 0 additions & 205 deletions .github/workflows/build.yml

This file was deleted.

105 changes: 0 additions & 105 deletions .github/workflows/docker.yml

This file was deleted.

2 changes: 1 addition & 1 deletion tests/scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ case "$(uname)" in
IMAGE_FILE="$IMAGE_NAME".img
[ -f "$TOOLS_HOME"/images/"$IMAGE_FILE" ] || {
# unit MB
EXPAND_SIZE=1024
EXPAND_SIZE=4096

[ -d "$TOOLS_HOME"/images ] || mkdir -p "$TOOLS_HOME"/images

Expand Down
1 change: 1 addition & 0 deletions tests/scripts/check-raspbian
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ echo 1 | sudo tee /proc/sys/net/ipv6/conf/all/disable_ipv6
apt-get update
apt-get install -y --no-install-recommends git
su -m -c 'script/bootstrap' pi
su -m -c 'df' pi
su -m -c 'NETWORK_MANAGER=0 script/setup' pi
EOF

Expand Down

0 comments on commit 151f0b1

Please sign in to comment.