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
|
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:
|
||||||
|
|
Reference in a new issue