File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ 0.10.2 (oallenj)
4+ ------------------
5+
6+ 1 . Fix buildpipe not working if any attributes are used on the wait step
7+
380.10.1 (TBoshoven)
49------------------
510
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Example
1515steps :
1616 - label : " :buildkite:"
1717 plugins :
18- - jwplayer/buildpipe#v0.10.1 :
18+ - jwplayer/buildpipe#v0.10.2 :
1919 dynamic_pipeline : dynamic_pipeline.yml
2020` ` `
2121
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -euo pipefail
33
4- buildpipe_version=" ${BUILDKITE_PLUGIN_BUILDPIPE_VERSION:- 0.10.1 } "
4+ buildpipe_version=" ${BUILDKITE_PLUGIN_BUILDPIPE_VERSION:- 0.10.2 } "
55is_test=" ${BUILDKITE_PLUGIN_BUILDPIPE_TEST_MODE:- false} "
66
77if [[ " $is_test " == " false" ]]; then
You can’t perform that action at this time.
0 commit comments