Skip to content

Commit

Permalink
Revert "tests: Check for dirty yarn.lock (#29728)" (#29740)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladar authored Feb 24, 2021
1 parent e4e5809 commit b49c5ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ jobs:
- <<: *check_lockfile
- <<: *persist_cache
- run: yarn bootstrap -- concurrency=2
- run: git status yarn.lock -s | grep "M yarn.lock" && echo "yarn.lock is dirty. Please ensure changes have been committed" && exit 1
# Persist the workspace again with all packages already built
- persist_to_workspace:
root: ./
Expand Down

0 comments on commit b49c5ed

Please sign in to comment.