Skip to content

Commit

Permalink
Merge branch 'master' into fix-windows-input
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Klassen authored Sep 20, 2017
2 parents 3379816 + eb57aa4 commit e1153cc
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions ci/pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ resources:
private_key: ((CfOslBotPrivateKey))
branch: master

- name: lf-dockerfile
type: git
source:
uri: [email protected]:pivotal/LicenseFinder.git
private_key: ((CfOslBotPrivateKey))
branch: master
paths: ["Dockerfile"]

- name: lf-image
type: docker-image
source:
Expand All @@ -24,10 +32,11 @@ resources:
jobs:
- name: docker
plan:
- get: lf-git
- get: lf-dockerfile
trigger: true
- put: lf-image
params:
build: lf-git
build: lf-dockerfile

- name: release
plan:
Expand Down

0 comments on commit e1153cc

Please sign in to comment.