This commit is contained in:
Martin Thielecke 2022-05-20 18:24:04 +02:00
parent da6f172793
commit b948655d18
Signed by: mthie
GPG Key ID: D1D25A85C8604DFB

View File

@ -2,7 +2,7 @@ kind: pipeline
name: default
steps:
- name: create dist
image: alpine-latest
image: alpine:latest
commands:
- mkdir dist
- cp settings.yml.dist dist/settings.yml