Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
chore: removing unused clone_depth from appveyor.yaml
Browse files Browse the repository at this point in the history
according to their docs (https://www.appveyor.com/docs/how-to/repository-shallow-clone/)
"If both clone_depth and shallow_clone exist in the config, clone_depth is ignored."
we're apparently mentioning both, so clone_depth is ignored - might as well remove it.
  • Loading branch information
Shesekino committed May 23, 2019
1 parent 6ab9cae commit 5d8f892
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -10,7 +10,6 @@ init:
- git config --global core.autocrlf true

shallow_clone: true
clone_depth: 1

cache:
- node_modules -> package.json
Expand Down

0 comments on commit 5d8f892

Please sign in to comment.