Bring the debug print forward
Build Runner Image / build (push) Failing after 20s

This commit is contained in:
2026-05-20 21:20:56 +02:00
parent 20b18fcc39
commit e117fa7058
+5 -5
View File
@@ -16,17 +16,17 @@ jobs:
set -ex
dnf install -y --quiet git buildah 2>&1
- name: Set registry host
run: |
set -ex
echo "REGISTRY_HOST=$(echo ${{ gitea.server_url }} | sed 's|https\?://||')" >> "$GITEA_ENV" - name: Debug
- name: Test 2
run: |
echo "Can you see this?"
which git
which buildah
- name: Set registry host
run: |
set -ex
echo "REGISTRY_HOST=$(echo ${{ gitea.server_url }} | sed 's|https\?://||')" >> "$GITEA_ENV" - name: Debug
- name: Checkout
run: |
set -ex