V8.02.768.2025.06.01

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-01 10:10:05 +02:00
parent 41768c3c36
commit 125e67e841

View File

@@ -34,6 +34,26 @@ jobs:
options: --user root
steps:
- name: Installing Debian Live-Build and Tools.
run: |
apt-get update
apt-get install -y \
ca-certificates \
cryptsetup \
curl \
debootstrap \
dosfstools \
efibootmgr \
git \
live-build \
gnupg2 \
parted \
ssh \
ssl-cert \
sudo \
wget \
whois
- name: Preparing SSH Setup, SSH Deploy Key, Known Hosts, .config.
run: |
rm -rf ~/.ssh && mkdir -m700 ~/.ssh
@@ -71,11 +91,6 @@ jobs:
git reset --hard
git clean -fd
- name: Installing Debian Live-Build and Tools.
run: |
apt-get update
apt-get install -y live-build gnupg curl whois
- name: Importing the 'CI PGP DEPLOY ONLY' key.
run: |
### GPG-Home relative to the Runner Workspace to avoid changing global files.