[BE][CI] symlink .jenkins to .ci (#92846)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/92846
Approved by: https://github.com/malfet, https://github.com/huydhn
This commit is contained in:
Jane Xu
2023-01-25 18:59:01 +00:00
committed by PyTorch MergeBot
parent b453adc945
commit b0f3736fa2
2 changed files with 7 additions and 0 deletions

View File

@@ -60,6 +60,12 @@ jobs:
call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64
# Duplicated in win-test because this MUST go before a checkout
- name: Enable git symlinks on Windows
shell: bash
run: |
git config --global core.symlinks true
# [see note: pytorch repo ref]
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master

1
.jenkins Symbolic link
View File

@@ -0,0 +1 @@
.ci