Skip to content

Commit 1a85c92

Browse files
committed
remove aggregate deprecation warnings
1 parent dc564e7 commit 1a85c92

2 files changed

Lines changed: 15 additions & 22 deletions

File tree

ci/pipeline.yml

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,8 @@ jobs:
216216
public: true
217217
plan:
218218
- do:
219-
- aggregate:
220-
- { get: git, trigger: true, passed: [pre] }
221-
- { get: version, trigger: false, params: {pre: rc} }
219+
- { get: git, trigger: true, passed: [pre] }
220+
- { get: version, trigger: false, params: {pre: rc} }
222221
- put: version
223222
params: {file: version/number}
224223
on_failure:
@@ -276,10 +275,8 @@ jobs:
276275
serial: true
277276
plan:
278277
- do:
279-
- name: inputs
280-
aggregate:
281-
- { get: version, passed: [rc], params: {bump: final} }
282-
- { get: git, passed: [rc] }
278+
- { get: version, passed: [rc], params: {bump: final} }
279+
- { get: git, passed: [rc] }
283280
- name: release
284281
task: release
285282
config:
@@ -325,14 +322,12 @@ jobs:
325322
tag: gh/tag
326323
body: gh/notes.md
327324
globs: [gh/artifacts/*]
328-
- name: notify
329-
aggregate:
330-
- put: notify
331-
params:
332-
channel: (( grab meta.slack.channel ))
333-
username: (( grab meta.slack.username ))
334-
icon_url: (( grab meta.slack.icon ))
335-
text_file: notifications/message
325+
- put: notify
326+
params:
327+
channel: (( grab meta.slack.channel ))
328+
username: (( grab meta.slack.username ))
329+
icon_url: (( grab meta.slack.icon ))
330+
text_file: notifications/message
336331
on_failure:
337332
put: notify
338333
params:

ci/settings.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@ jobs:
3636
serial: true
3737
plan:
3838
- do:
39-
- name: inputs
40-
aggregate:
41-
- { get: git }
42-
# - { get: git, passed: [shipit] }
43-
- { get: version, passed: [shipit] }
44-
- { get: github, passed: [shipit] }
45-
- { get: cli-plugin-repo }
39+
- { get: git }
40+
# - { get: git, passed: [shipit] }
41+
- { get: version, passed: [shipit] }
42+
- { get: github, passed: [shipit] }
43+
- { get: cli-plugin-repo }
4644
- name: update-cli-plugin-repo
4745
task: update-cli-plugin-repo
4846
config:

0 commit comments

Comments
 (0)