V8.13.392.2025.11.07
Some checks failed
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m3s
🔐 Generating a Private Live ISO TRIXIE. / 🔐 Generating a Private Live ISO TRIXIE. (push) Failing after 45m44s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-11-07 22:40:46 +01:00
parent 21e18f916e
commit 81f1467382
3 changed files with 11 additions and 11 deletions

View File

@@ -10,6 +10,6 @@
# SPDX-Security-Contact: security@coresecret.eu
build:
counter: 1024
counter: 1023
version: V8.13.392.2025.11.07
# vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=yaml

View File

@@ -13,11 +13,6 @@
name: 🔐 Generating a Private Live ISO TRIXIE.
defaults:
run:
shell: bash
working-directory: ${{ github.workspace }}
permissions:
contents: write
@@ -36,6 +31,11 @@ jobs:
container:
image: debian:trixie
defaults:
run:
shell: bash
working-directory: ${{ github.workspace }}
steps:
- name: 🕑 Waiting random time to desynchronize parallel workflows.
run: |

View File

@@ -23,11 +23,6 @@
name: 🛡️ Shell Script Linting
defaults:
run:
shell: bash
working-directory: ${{ github.workspace }}
on:
push:
branches:
@@ -41,6 +36,11 @@ jobs:
name: 🛡️ Shell Script Linting
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: ${{ github.workspace }}
steps:
- name: 🕑 Waiting random time to desynchronize parallel workflows.
run: |