Skip to content

Commit

Permalink
Bump version to v0.10.2 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
emptyflash committed Jun 30, 2023
1 parent a407813 commit d25d553
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

0.10.2 (oallenj)
------------------

1. Fix buildpipe not working if any attributes are used on the wait step

0.10.1 (TBoshoven)
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Example
steps:
- label: ":buildkite:"
plugins:
- jwplayer/buildpipe#v0.10.1:
- jwplayer/buildpipe#v0.10.2:
dynamic_pipeline: dynamic_pipeline.yml
```

Expand Down
2 changes: 1 addition & 1 deletion hooks/command
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail

buildpipe_version="${BUILDKITE_PLUGIN_BUILDPIPE_VERSION:-0.10.1}"
buildpipe_version="${BUILDKITE_PLUGIN_BUILDPIPE_VERSION:-0.10.2}"
is_test="${BUILDKITE_PLUGIN_BUILDPIPE_TEST_MODE:-false}"

if [[ "$is_test" == "false" ]]; then
Expand Down

0 comments on commit d25d553

Please sign in to comment.