Skip to content

Commit dbf5253

Browse files
committed
rename task
1 parent 1914c6b commit dbf5253

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ci/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
- name: shipit
1212
plan:
1313
- get: repo
14-
- task: release-notes
15-
file: repo/ci/tasks/release-notes.yml
14+
- task: build-release-notes
15+
file: repo/ci/tasks/build-release-notes.yml
1616
- task: tree
1717
config:
1818
platform: linux

ci/tasks/release-notes.rb renamed to ci/tasks/build-release-notes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
buildpack_dir = File.expand_path(File.join(File.dirname(File.expand_path(__FILE__)), "../.."))
77

8-
release_notes_dir = File.expand_path("release-notes-output")
8+
release_notes_dir = File.expand_path("release-notes")
99
uncached_manifest_path = File.join(buildpack_dir, "manifest.yml")
1010
cached_manifest_path = File.join(buildpack_dir, "manifest-cached.yml")
1111

ci/tasks/release-notes.yml renamed to ci/tasks/build-release-notes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
- name: repo
77

88
outputs:
9-
- name: release-notes-output
9+
- name: release-notes
1010

1111
run:
12-
path: repo/ci/tasks/release-notes.rb
12+
path: repo/ci/tasks/build-release-notes.rb

0 commit comments

Comments
 (0)