Skip to content

Commit

Permalink
Remove DependsOn module (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngan authored Sep 27, 2023
1 parent 2f4f5dc commit bd8b246
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 36 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 4.3.0
* Remove the `DependsOn` helper module since it doesn't do anything additive.

### 4.2.5
* Add `skip` attributes to Block and Input steps.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.5
4.3.0
1 change: 0 additions & 1 deletion lib/buildkite/pipelines/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module Helpers
ATTRIBUTE_HELPERS = {
block: :Block,
command: :Command,
depends_on: :DependsOn,
key: :Key,
label: :Label,
plugins: :Plugins,
Expand Down
13 changes: 0 additions & 13 deletions lib/buildkite/pipelines/helpers/depends_on.rb

This file was deleted.

21 changes: 0 additions & 21 deletions spec/buildkite/pipelines/helpers/depends_on_spec.rb

This file was deleted.

0 comments on commit bd8b246

Please sign in to comment.