pipeline
Some checks failed
Build-und-Deploy / build (push) Failing after 35s

This commit is contained in:
nilzbu
2025-08-09 17:07:37 +02:00
parent d3c41b3e6c
commit c04e4f85fc

View File

@@ -11,6 +11,9 @@ jobs:
# Alle Steps laufen in DIESEM Container (enthält Java21/Node20/pnpm/git/bash)
container:
image: ci-java21-node20:latest
volumes:
- shared_jar_data:/shared_jar_data
- shared_trigger_dir:/shared_trigger_dir
steps:
- name: 📥 Repository auschecken