Skip to content

Commit

Permalink
Disable DevTools build job to unblock master (#19012)
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite authored May 27, 2020
1 parent fb73542 commit 9273e65
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -555,9 +555,10 @@ workflows:
- yarn_test_build_devtools:
requires:
- yarn_build
- build_devtools_and_process_artifacts:
requires:
- yarn_build
# FIXME: Temporarily disabled to unblock master.
# - build_devtools_and_process_artifacts:
# requires:
# - yarn_build

fuzz_tests:
triggers:
Expand Down

0 comments on commit 9273e65

Please sign in to comment.