Fix formatting of ci/pipeline.yml.

This commit is contained in:
redxef 2022-03-09 16:06:51 +01:00
parent 7cb4bda424
commit 539064d050
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -17,7 +17,7 @@ jobs:
trigger: true trigger: true
- get: upstream-image - get: upstream-image
trigger: true trigger: true
- task: compute-docker-tags: - task: compute-docker-tags
config: config:
platform: linux platform: linux
image_resource: image_resource:
@ -34,9 +34,9 @@ jobs:
args: args:
- -c - -c
- | - |
#!/usr/bin/env sh #!/usr/bin/env sh
apk add --no-cache git apk add --no-cache git
git rev-parse --short HEAD > docker-tags/tags.txt git rev-parse --short HEAD > docker-tags/tags.txt
- task: build - task: build
privileged: true privileged: true
config: config: