This commit is contained in:
parent
831c4ff277
commit
0d2eddf78f
1 changed files with 7 additions and 0 deletions
7
.woodpecker.yml
Normal file
7
.woodpecker.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
steps:
|
||||||
|
- name: get versions
|
||||||
|
image: git.ar21.de/aaron/kustomize-ci:latest
|
||||||
|
commands:
|
||||||
|
- "wget https://git.ar21.de/aaron/nextcloud-docker/raw/branch/master/versions.json"
|
||||||
|
- "cat versions.json | jq -r '.[].branch' > versions.txt"
|
||||||
|
- "cat versions.txt"
|
Loading…
Reference in a new issue