fix: install python3-yaml for jeannie validation
Homelab Main / validate (push) Failing after 8s Details
Homelab Main / deploy (push) Has been skipped Details

This commit is contained in:
jv 2026-09-18 09:09:26 -05:00
parent ff4d98aa4e
commit 25e55e4d7a
1 changed files with 8 additions and 0 deletions

View File

@ -15,6 +15,10 @@ jobs:
run: | run: |
set -e set -e
git clone --depth 100 https://${{ secrets.GITEATOKEN }}@lab2025.duckdns.org/git/jv/my-homelab-configs.git . git clone --depth 100 https://${{ secrets.GITEATOKEN }}@lab2025.duckdns.org/git/jv/my-homelab-configs.git .
- name: Install dependencies
run: |
set -e
apt-get update && apt-get install -y python3-yaml
- name: Validate repository - name: Validate repository
run: | run: |
set -e set -e
@ -31,6 +35,10 @@ jobs:
run: | run: |
set -e set -e
git clone --depth 100 https://${{ secrets.GITEATOKEN }}@lab2025.duckdns.org/git/jv/my-homelab-configs.git . git clone --depth 100 https://${{ secrets.GITEATOKEN }}@lab2025.duckdns.org/git/jv/my-homelab-configs.git .
- name: Install dependencies
run: |
set -e
apt-get update && apt-get install -y python3-yaml
- name: Block automatic deploy for external Gitea changes - name: Block automatic deploy for external Gitea changes
run: | run: |
set -e set -e