branch auf master geändert
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
2fb5ca0514
commit
b9a2cd1d80
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue