Skip to content

Commit 14a043e

Browse files
committed
Move commands into subfolder
1 parent 383316b commit 14a043e

File tree

7 files changed

+6
-12
lines changed

7 files changed

+6
-12
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.buildkite/pipeline.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,50 +14,44 @@ steps:
1414
key: "publish-aztec"
1515
plugins:
1616
- *publish-android-artifacts-docker-container
17-
command: |
18-
.buildkite/publish-aztec.sh
17+
command: .buildkite/commands/publish-aztec.sh
1918

2019
- label: "Publish :glide-loader"
2120
key: "publish-glide-loader"
2221
depends_on:
2322
- "publish-aztec"
2423
plugins:
2524
- *publish-android-artifacts-docker-container
26-
command: |
27-
.buildkite/publish-glide-loader.sh
25+
command: .buildkite/commands/publish-glide-loader.sh
2826

2927
- label: "Publish :picasso-loader"
3028
key: "publish-picasso-loader"
3129
depends_on:
3230
- "publish-aztec"
3331
plugins:
3432
- *publish-android-artifacts-docker-container
35-
command: |
36-
.buildkite/publish-picasso-loader.sh
33+
command: .buildkite/commands/publish-picasso-loader.sh
3734

3835
- label: "Publish :wordpress-shortcodes"
3936
key: "publish-wordpress-shortcodes"
4037
depends_on:
4138
- "publish-aztec"
4239
plugins:
4340
- *publish-android-artifacts-docker-container
44-
command: |
45-
.buildkite/publish-wordpress-shortcodes.sh
41+
command: .buildkite/commands/publish-wordpress-shortcodes.sh
4642

4743
- label: "Publish :wordpress-comments"
4844
key: "publish-wordpress-comments"
4945
depends_on:
5046
- "publish-aztec"
5147
plugins:
5248
- *publish-android-artifacts-docker-container
53-
command: |
54-
.buildkite/publish-wordpress-comments.sh
49+
command: .buildkite/commands/publish-wordpress-comments.sh
5550

5651
- label: "Publish :media-placeholders"
5752
key: "publish-media-placeholders"
5853
depends_on:
5954
- "publish-aztec"
6055
plugins:
6156
- *publish-android-artifacts-docker-container
62-
command: |
63-
.buildkite/publish-media-placeholders.sh
57+
command: .buildkite/commands/publish-media-placeholders.sh

0 commit comments

Comments
 (0)