pull/144/head
eric sciple 5 years ago
parent 8f989d77af
commit 3c23708918

@ -88,7 +88,12 @@ jobs:
# Basic checkout using REST API
- name: Remove basic
if: runner.os != 'windows'
run: rm -rf basic
- name: Remove basic (Windows)
if: runner.os == 'windows'
shell: cmd
run: rmdir /s /q basic
- name: Override git version
if: runner.os != 'windows'
run: __test__/override-git-version.sh

Loading…
Cancel
Save