Fix formatting of ci/pipeline.yml.
This commit is contained in:
parent
7cb4bda424
commit
539064d050
1 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ jobs:
|
|||
trigger: true
|
||||
- get: upstream-image
|
||||
trigger: true
|
||||
- task: compute-docker-tags:
|
||||
- task: compute-docker-tags
|
||||
config:
|
||||
platform: linux
|
||||
image_resource:
|
||||
|
@ -34,9 +34,9 @@ jobs:
|
|||
args:
|
||||
- -c
|
||||
- |
|
||||
#!/usr/bin/env sh
|
||||
apk add --no-cache git
|
||||
git rev-parse --short HEAD > docker-tags/tags.txt
|
||||
#!/usr/bin/env sh
|
||||
apk add --no-cache git
|
||||
git rev-parse --short HEAD > docker-tags/tags.txt
|
||||
- task: build
|
||||
privileged: true
|
||||
config:
|
||||
|
|
Reference in a new issue