From c22e03a222be0d02832fc84dd77ec0f58f6aa196 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 11 Jul 2019 12:47:50 -0600 Subject: [PATCH] Fetch deps --- .buildkite/pipeline.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index dee18e49cb..46ec4edc61 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -47,8 +47,10 @@ steps: - label: "🌐 i18n" command: - # Do the things needed to actually run the i18n stuff + - "echo '--- Fetching Dependencies'" + - "./scripts/fetch-develop.deps.sh --depth 1" - "yarn install" + - "echo '+++ Testing i18n output'" - "yarn diff-i18n" plugins: - docker#v3.0.1: