Skip to content

Commit

Permalink
fix release pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Li Tai <[email protected]>
  • Loading branch information
xtreme-mark-fioravanti authored and xtreme-lisheng-tai committed May 14, 2018
1 parent e52817e commit 5fbf213
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
build: lf-git
tag: version/version.txt
tag_as_latest: true
- put: lf-git
params:
repository: lf-git-changed
tag: version/tag.txt
- task: build-and-push-gem
image: lf-image
params:
Expand All @@ -67,10 +71,6 @@ jobs:
GIT_PRIVATE_KEY: ((CfOslBotPrivateKey))
GEM_API_KEY: ((LicenseFinderGemApiKey))
file: lf-git/ci/tasks/build-and-push-gem.yml
- put: lf-git
params:
repository: lf-git-changed
tag: version/tag.txt
- put: lf-release
params:
name: version/tag.txt
Expand Down

0 comments on commit 5fbf213

Please sign in to comment.