Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
task script is in diff folder now
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Feb 12, 2016
1 parent 3f333a9 commit 23c8c32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ params:
cf_cli_version_path: cf-cli-release/version

run:
path: ci/build-release.sh
path: traveling-cf-admin/ci/build-release.sh
6 changes: 3 additions & 3 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- task: build-release
file: traveling-cf-admin/ci/build-release.yml

- put: upload-github-release
- put: cf-cli-github-release
params:
name: release/name
tag: release/tag
body: release/notes.md
globs: release/*.tar.gz]
globs: [release/*.tar.gz]

- task: git-bump-installer-version
file: traveling-cf-admin/ci/git_bump_installer_version.yml
Expand All @@ -42,7 +42,7 @@ resources:
source:
uri: {{git-repository}}
branch: {{git-branch}}
private_key: {{github-private-key}}
private_key: {{github-key}}

- name: traveling-cf-admin-github-release
type: github-release
Expand Down

0 comments on commit 23c8c32

Please sign in to comment.