Skip to content

Commit 92c46d0

Browse files
authored
Merge pull request #419 from buildkite-plugins/toote_cache_from
Cache from simplification Merge pull request #421 from buildkite-plugins/toote_documentation_updates Documentation updates Merge pull request #420 from buildkite-plugins/toote_v2_default CLI v2 as default
2 parents 15b6fac + a57dd2c commit 92c46d0

22 files changed

+1860
-2901
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ steps:
1717
plugins:
1818
plugin-linter#v3.3.0:
1919
id: docker-compose
20+
readme: docs/examples.md
2021

2122
- label: ":bash: Tests"
2223
plugins:
2324
${BUILDKITE_PULL_REQUEST_REPO:-$BUILDKITE_REPO}#${BUILDKITE_COMMIT}:
2425
run: tests
25-
command: ["bats", "tests", "tests/v2"]
2626
# for pretty colors
2727
tty: true
28+
command: ["bats", "tests", "tests/v1"]
2829

2930
# The rest of the steps are integration tests
3031

@@ -109,6 +110,7 @@ steps:
109110

110111
- label: run after prebuild with custom tag
111112
depends_on: prebuild-custom-image-name
113+
key: run-custom-image-name
112114
env:
113115
RESTORE_REGISTRY_FROM: prebuild-custom-image-name
114116
plugins:
@@ -119,7 +121,7 @@ steps:
119121
commmand: ["/hello"]
120122

121123
- label: push after build with custom tag
122-
depends_on: prebuild-custom-image-name
124+
depends_on: run-custom-image-name
123125
env:
124126
RESTORE_REGISTRY_FROM: prebuild-custom-image-name
125127
plugins:

0 commit comments

Comments
 (0)