Skip to content

Commit 2176ece

Browse files
committed
Always clone fresh plugin for step we're testing
1 parent ab3a988 commit 2176ece

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.buildkite/pipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,6 @@ steps:
126126
- label: ":sleuth_or_spy: Lint Localized Strings Format"
127127
command: .buildkite/commands/lint-localized-strings-format.sh
128128
plugins: *common_plugins
129-
env: *common_env
129+
env:
130+
<<: *common_env
131+
BUILDKITE_PLUGINS_ALWAYS_CLONE_FRESH: true

0 commit comments

Comments
 (0)