diff --git a/.circleci/config.yml b/.circleci/config.yml index 4882c76b6f48..9ca128843072 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -75,11 +75,11 @@ jobs: - run: name: Sync with latest master branch (only on PRs) command: | - if [ -n "$CIRCLE_PULL_REQUEST" ] - then - git fetch origin refs/$CIRCLE_BRANCH/merge - git checkout -qf FETCH_HEAD - fi + # if [ -n "$CIRCLE_PULL_REQUEST" ] + # then + # git fetch origin refs/$CIRCLE_BRANCH/merge + # git checkout -qf FETCH_HEAD + # fi - restore-cache: *restore-yarn-cache - restore-cache: *restore-node-modules-cache - run: