Skip to content

Commit

Permalink
Tag packaged versions in tile-generator repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboldt committed Sep 30, 2016
1 parent 94c45ac commit 5665d1e
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ resources:
branch: {{github-branch}}
uri: http://github.com/cf-platform-eng/tile-generator.git

- name: tile-generator-tag
type: git
source:
branch: {{github-branch}}
uri: [email protected]:cf-platform-eng/tile-generator.git
private_key: {{github-semver-private-key}}

- name: tile-generator-tests
type: git
source:
Expand Down Expand Up @@ -217,9 +224,16 @@ jobs:
icon_emoji: ':concourse:'
text: '(master) Tile Generator package build failed, check <https://ci.run-01.haas-26.pez.pivotal.io/pipelines/tile-generator|here> for details'
username: Tile Generator
- put: tile-generator-package
params:
file: tile-generator-dist/tile_generator-*.tar.gz
- aggregate:
- put: tile-generator-package
params:
file: tile-generator-dist/tile_generator-*.tar.gz
- put: tile-generator-tag
params:
repository: tile-generator-repo
only_tag: true
tag: version/version
tag_prefix: v

- name: install-tile-generator
plan:
Expand Down

0 comments on commit 5665d1e

Please sign in to comment.