Skip to content

Commit b0f3736

Browse files
janeyx99pytorchmergebot
authored andcommitted
[BE][CI] symlink .jenkins to .ci (pytorch#92846)
Pull Request resolved: pytorch#92846 Approved by: https://github.com/malfet, https://github.com/huydhn
1 parent b453adc commit b0f3736

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/_win-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ jobs:
6060
call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3
6161
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64
6262
63+
# Duplicated in win-test because this MUST go before a checkout
64+
- name: Enable git symlinks on Windows
65+
shell: bash
66+
run: |
67+
git config --global core.symlinks true
68+
6369
# [see note: pytorch repo ref]
6470
- name: Checkout PyTorch
6571
uses: pytorch/pytorch/.github/actions/checkout-pytorch@master

.jenkins

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.ci

0 commit comments

Comments
 (0)