This commit is contained in:
@@ -212,6 +212,7 @@ jobs:
|
||||
# Dieser Step läuft, wenn gebaut wurde ODER wenn manuell gepusht wurde (für Env-Änderungen)
|
||||
if: steps.check_changes.outputs.should_build == 'true' || gitea.event_name == 'push'
|
||||
run: |
|
||||
set -x # <--- AKTIVIERT DAS TRACING
|
||||
export TZ=Europe/Berlin
|
||||
CURRENT_TIME=$(date +'%d.%m.%Y %H:%M')
|
||||
BUILD_DATE_ONLY=$(date +'%d.%m.%Y')
|
||||
|
||||
Reference in New Issue
Block a user