Skip to content

Commit aee3727

Browse files
committed
refactor: Reuse existing plugins anchor definition
Other tasks use this anchor to avoid repetition.
1 parent 1d583bc commit aee3727

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.buildkite/pipeline.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ steps:
1313

1414
- label: ':eslint: Lint React App'
1515
command: make lint-js
16-
plugins: &plugins
17-
- $CI_TOOLKIT_PLUGIN
18-
- $NVM_PLUGIN
16+
plugins: *plugins
1917

2018
- label: ':android: Publish Android Library'
2119
command: |

0 commit comments

Comments
 (0)