branch auf master geändert
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucas Pleß 2022-08-29 22:18:10 +02:00
parent 2fb5ca0514
commit b9a2cd1d80
1 changed files with 4 additions and 1 deletions

View File

@ -17,6 +17,9 @@ steps:
image: pdftk/pdftk
commands:
- pdftk satzung.pdf beitragsordnung.pdf schluesselordnung.pdf cat output satzung_mit_beitrags-_und_schluesselordnung.pdf
when:
ref:
- refs/heads/master
- name: upload file to nextcloud
image: curlimages/curl
environment:
@ -27,5 +30,5 @@ steps:
curl -k -T satzung_mit_beitrags-_und_schluesselordnung.pdf -u "$username" -H "X-Requested-With: XMLHttpRequest" https://cloud.ctdo.de/public.php/webdav/$(date +"%Y-%m-%d")_satzung_mit_beitrags-_und_schluesselordnung.pdf
when:
ref:
- refs/heads/citest_publish
- refs/heads/master