diff options
author | WouterTinus <wouter.tinus@gmail.com> | 2019-09-02 22:31:33 +0200 |
---|---|---|
committer | WouterTinus <wouter.tinus@gmail.com> | 2019-09-02 22:31:33 +0200 |
commit | 4510058303cfece9f26d257d04ff35849af4ac05 (patch) | |
tree | 4d52a02593bb96d844940202ca5e719dd5675c4a | |
parent | 3776ccf319b84e30a8c8214a0d0808b364847202 (diff) | |
download | letsencrypt-win-simple-origin/2.0.10.zip letsencrypt-win-simple-origin/2.0.10.tar.gz letsencrypt-win-simple-origin/2.0.10.tar.bz2 |
another try at git submodulesv2.0.10origin/2.0.10
-rw-r--r-- | appveyor.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index 5148a18..77bdd09 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,9 +12,12 @@ assembly_info: environment: PfxPassword: secure: MoBSjfTA4dQsMSor6Lbst6kKjVNAYE5elSDK6+IrR1VhCTz5yAsjBbcUC4L4SAegHKABXov/4VyL+3KtrBS8shCkgAFfSK1j98Yvn5K3JyE= -install: - - cd %APPVEYOR_BUILD_FOLDER% - - git submodule update --init --recursive +clone_script: + - cmd: >- + git clone -q --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER% + && cd %APPVEYOR_BUILD_FOLDER% + && git checkout -qf %APPVEYOR_REPO_COMMIT% + && git submodule update --init --recursive before_build: - ps: >- cd $env:APPVEYOR_BUILD_FOLDER\src\ |