pipeline
Some checks failed
Probe-Mounts / build (push) Failing after 2s

This commit is contained in:
nilzbu
2025-08-09 18:24:04 +02:00
parent 587e2dbdf2
commit 9efdacea9e

View File

@@ -11,6 +11,15 @@ jobs:
image: ci-java21-node20:latest image: ci-java21-node20:latest
steps: steps:
- name: Map gitea into /etc/hosts
if: ${{ always() }}
shell: bash
run: |
set -euxo pipefail
GW="$(ip route | awk '/default/ {print $3}')"
echo "$GW gitea" >> /etc/hosts
getent hosts gitea
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4