Skip to content

Commit a08e27c

Browse files
committed
Fetch deps
1 parent 6b07186 commit a08e27c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .buildkite/pipeline.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ steps:
4747

4848
- label: "🌐 i18n"
4949
command:
50-
# Do the things needed to actually run the i18n stuff
50+
- "echo '--- Fetching Dependencies'"
51+
- "./scripts/fetch-develop.deps.sh --depth 1"
5152
- "yarn install"
53+
- "echo '+++ Testing i18n output'"
5254
- "yarn diff-i18n"
5355
plugins:
5456
- docker#v3.0.1:

0 commit comments

Comments
 (0)