Skip to content

Commit

Permalink
circleci: remove post_checkout step
Browse files Browse the repository at this point in the history
it's broken on master, and has fallen behind the setup in angular/angular
  • Loading branch information
alexeagle committed Mar 19, 2019
1 parent b53f657 commit 9c70586
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,6 @@ var_9: &job_defaults
docker:
- image: *default_docker_image

var_8: &post_checkout
run:
name: Post checkout step
command: |
# After checkout, rebase on top of master.
# Similar to travis behavior, but not quite the same.
# See https://discuss.circleci.com/t/1662
git pull --ff-only origin "refs/pull/${CI_PULL_REQUEST//*pull\//}/merge"
var_10: &restore_cache
restore_cache:
keys:
Expand All @@ -100,7 +91,6 @@ jobs:
<<: *job_defaults
steps:
- checkout
- *post_checkout
- *restore_cache
- *init_environment
- *yarn_install
Expand Down

0 comments on commit 9c70586

Please sign in to comment.