Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 49a90db

Browse files
committed
no more complex cloning
1 parent e8d5453 commit 49a90db

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ init:
77
Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1"
88
Import-Module '..\appveyor-tool.ps1'
99
10-
clone_script:
11-
- git clone --depth 10 -q --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
12-
- cd %APPVEYOR_BUILD_FOLDER%
13-
- git checkout -qf %APPVEYOR_REPO_COMMIT%
14-
- git submodule update --init --recursive --depth 1
15-
1610
install:
1711
- ps: Bootstrap
1812

0 commit comments

Comments
 (0)