V8.13.288.2025.10.24
Some checks failed
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m25s
🔐 Generating a Private Live ISO TRIXIE. / 🔐 Generating a Private Live ISO TRIXIE. (push) Has been cancelled

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-10-25 06:15:15 +01:00
parent 597bf1eaa3
commit 011fa4b611
2 changed files with 8 additions and 9 deletions

View File

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

View File

@@ -216,14 +216,13 @@ jobs:
chmod 0755 "${OUT}" chmod 0755 "${OUT}"
perl -0777 -i -pe ' #perl -0777 -i -pe '
BEGIN { # BEGIN {
our $age = $ENV{CISS_PHYS_AGE} // q{}; # our $age = $ENV{CISS_PHYS_AGE} // q{};
} # }
s/\{\{\s*secrets\.CISS_PHYS_AGE\s*\}\}/$age/g; # s/\{\{\s*secrets\.CISS_PHYS_AGE\s*\}\}/$age/g;
' -- "${SOPS}" #' -- "${SOPS}"
#chmod 0755 "${SOPS}"
chmod 0755 "${SOPS}"
echo "Hook rendered: ${OUT}" echo "Hook rendered: ${OUT}"