From 74cd1f91b42757e0b5126e803f4e34a968cd64aa Mon Sep 17 00:00:00 2001 From: redxef Date: Tue, 14 Nov 2023 16:00:43 +0100 Subject: [PATCH] Use verbose logging in pipeline. --- ci/pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pipeline.yaml b/ci/pipeline.yaml index 527dce9..0add908 100644 --- a/ci/pipeline.yaml +++ b/ci/pipeline.yaml @@ -9,7 +9,7 @@ resources: type: git source: uri: https://gitea.redxef.at/redxef/wp-cal-integration - branch: master + branch: master jobs: - name: update-calendar @@ -38,4 +38,4 @@ jobs: #!/usr/bin/env sh apk --no-cache --update add libcap jq python3 py3-pip python3 -m pip install --requirement requirements.txt - echo "$configuration_json" | ./main.py -c - + echo "$configuration_json" | ./main.py -l :verbose -c -