Trigger build
Trigger build
This commit is contained in:
commit
67e7272e92
2 changed files with 1 additions and 2 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -47,7 +47,6 @@ jobs:
|
||||||
name: Create tag
|
name: Create tag
|
||||||
uses: rickstaa/action-create-tag@v1
|
uses: rickstaa/action-create-tag@v1
|
||||||
id: "tag_create"
|
id: "tag_create"
|
||||||
if: ${{ false }}
|
|
||||||
with:
|
with:
|
||||||
tag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
|
tag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}"
|
||||||
tag_exists_error: false
|
tag_exists_error: false
|
||||||
|
|
|
@ -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