From 539064d050563c183e5b4a5a9441f3201cb46ca9 Mon Sep 17 00:00:00 2001 From: redxef Date: Wed, 9 Mar 2022 16:06:51 +0100 Subject: [PATCH] Fix formatting of ci/pipeline.yml. --- ci/pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index d157999..a82bf22 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -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: