Trigger build
This commit is contained in:
parent
2d3a7271d2
commit
080f262b58
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -eu
|
||||||
TMP="/boot.img"
|
TMP="/boot.img"
|
||||||
rm -f "$TMP"
|
rm -f "$TMP"
|
||||||
|
|
||||||
echo "Downloading ${BOOT}..."
|
echo "Downloading ${BOOT} as boot image..."
|
||||||
|
|
||||||
# Check if running with interactive TTY or redirected to docker log
|
# Check if running with interactive TTY or redirected to docker log
|
||||||
if [ -t 1 ]; then
|
if [ -t 1 ]; then
|
||||||
|
|
Loading…
Reference in a new issue