Skip to content

Commit

Permalink
build: update mdc_snapshot_test_cronjob to yarn install before bazel …
Browse files Browse the repository at this point in the history
…setup (#21980)

The mdc_snapshot_test_cronjob needs to yarn install to ensure
that the bazel binary is available before attempting to reference it.
  • Loading branch information
josephperrott authored Feb 22, 2021
1 parent 496867d commit 0e6bbb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ jobs:
steps:
- checkout_and_rebase
- *restore_cache
- *yarn_install_loose_lockfile
- *setup_bazel_binary
- *setup_bazel_ci_config
- *setup_bazel_remote_execution
Expand Down

0 comments on commit 0e6bbb5

Please sign in to comment.