V8.13.064.2025.10.07
Some checks failed
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Failing after 4s
🔐 Generating a Private Live ISO TRIXIE. / 🔐 Generating a Private Live ISO TRIXIE. (push) Failing after 42s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-07 14:00:34 +01:00
parent 4bc332249c
commit 117959234e
10 changed files with 41 additions and 3 deletions

View File

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

View File

@@ -63,6 +63,11 @@ jobs:
- name: ⚙️ Preparing SSH Setup, SSH Deploy Key, Known Hosts, .config.
shell: bash
run: |
set -euo pipefail
var_wait=$(( RANDOM % 33 ))
printf "⏳ Waiting %s seconds to desynchronize parallel workflows...\n" "{$var_wait}"
sleep "{$var_wait}"
rm -rf ~/.ssh && mkdir -m700 ~/.ssh
### Private Key

View File

@@ -63,6 +63,11 @@ jobs:
- name: ⚙️ Preparing SSH Setup, SSH Deploy Key, Known Hosts, .config.
shell: bash
run: |
set -euo pipefail
var_wait=$(( RANDOM % 33 ))
printf "⏳ Waiting %s seconds to desynchronize parallel workflows...\n" "{$var_wait}"
sleep "{$var_wait}"
rm -rf ~/.ssh && mkdir -m700 ~/.ssh
### Private Key

View File

@@ -62,6 +62,11 @@ jobs:
- name: ⚙️ Preparing SSH Setup, SSH Deploy Key, Known Hosts, .config.
shell: bash
run: |
set -euo pipefail
var_wait=$(( RANDOM % 33 ))
printf "⏳ Waiting %s seconds to desynchronize parallel workflows...\n" "{$var_wait}"
sleep "{$var_wait}"
rm -rf ~/.ssh && mkdir -m700 ~/.ssh
### Private Key

View File

@@ -41,6 +41,10 @@ jobs:
shell: bash
run: |
set -euo pipefail
var_wait=$(( RANDOM % 33 ))
printf "⏳ Waiting %s seconds to desynchronize parallel workflows...\n" "{$var_wait}"
sleep "{$var_wait}"
rm -rf ~/.ssh && mkdir -m700 ~/.ssh
### Private Key

View File

@@ -33,6 +33,10 @@ jobs:
shell: bash
run: |
set -euo pipefail
var_wait=$(( RANDOM % 33 ))
printf "⏳ Waiting %s seconds to desynchronize parallel workflows...\n" "{$var_wait}"
sleep "{$var_wait}"
rm -rf ~/.ssh && mkdir -m700 ~/.ssh
### Private Key

View File

@@ -34,6 +34,10 @@ jobs:
shell: bash
run: |
set -euo pipefail
var_wait=$(( RANDOM % 33 ))
printf "⏳ Waiting %s seconds to desynchronize parallel workflows...\n" "{$var_wait}"
sleep "{$var_wait}"
rm -rf ~/.ssh && mkdir -m700 ~/.ssh
### Private Key