Use verbose logging in pipeline.
This commit is contained in:
parent
89b769088e
commit
74cd1f91b4
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ resources:
|
||||||
type: git
|
type: git
|
||||||
source:
|
source:
|
||||||
uri: https://gitea.redxef.at/redxef/wp-cal-integration
|
uri: https://gitea.redxef.at/redxef/wp-cal-integration
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- name: update-calendar
|
- name: update-calendar
|
||||||
|
@ -38,4 +38,4 @@ jobs:
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
apk --no-cache --update add libcap jq python3 py3-pip
|
apk --no-cache --update add libcap jq python3 py3-pip
|
||||||
python3 -m pip install --requirement requirements.txt
|
python3 -m pip install --requirement requirements.txt
|
||||||
echo "$configuration_json" | ./main.py -c -
|
echo "$configuration_json" | ./main.py -l :verbose -c -
|
||||||
|
|
Loading…
Reference in a new issue