Sha256: 20919144626fbd43b0c47573bd23b5b4536b615a46090711408b48dcf9037295

Contents?: true

Size: 251 Bytes

Versions: 24

Compression:

Stored size: 251 Bytes

Contents

---
platform: linux
image_resource:
  type: docker-image
  source:
    repository: alpine/git
run:
  path: sh
  args: ['-xc', 'cd kite-repository && git rev-parse --short=8 HEAD > ../tag/name']
inputs:
  - name: kite-repository
outputs:
  - name: tag

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
kite-1.0.2 config/pipelines/tasks/create-repository-tag.yml
kite-1.0.1 config/pipelines/tasks/create-repository-tag.yml
kite-1.0.0 config/pipelines/tasks/create-repository-tag.yml
kite-0.2.0 config/pipelines/tasks/create-repository-tag.yml