Skip to content

Commit

Permalink
remove sync step
Browse files Browse the repository at this point in the history
  • Loading branch information
jbhoosreddy committed Nov 12, 2019
1 parent 7335a22 commit b7af496
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Expand Up @@ -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:
Expand Down

0 comments on commit b7af496

Please sign in to comment.