V8.03.142.2025.06.02

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-06-02 09:47:23 +02:00
parent 39c7d4cfe3
commit 24454656a9

View File

@@ -141,16 +141,16 @@ jobs:
-o "${out}" -o "${out}"
done done
- name: Sync with remote before commit to avoid Job Race Conditions. #- name: Sync with remote before commit to avoid Job Race Conditions.
shell: bash # shell: bash
env: # env:
GIT_SSH_COMMAND: "ssh -p 42842" # GIT_SSH_COMMAND: "ssh -p 42842"
run: | # run: |
export GNUPGHOME="$(pwd)/.gnupg" # export GNUPGHOME="$(pwd)/.gnupg"
git fetch origin master # git fetch origin master
git rebase origin/master # git rebase origin/master
git status # git status
git log --oneline -n 5 # git log --oneline -n 5
- name: Stage generated files. - name: Stage generated files.
shell: bash shell: bash