Skip to content

Commit b7f25db

Browse files
committed
FIX: Missed
1 parent 38db203 commit b7f25db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- powershell: |
2929
powershell make/get_fsaverage.ps1
3030
$env:SUBJECTS_DIR = '$(System.DefaultWorkingDirectory)' + '\subjects'
31-
Write-Host ("##vso[task.setvariable variable=PATH]" + $env:PATH) SET SUBJECTS_DIR=%CD%\\subjects"
31+
Write-Host ("##vso[task.setvariable variable=PATH]" + $env:PATH)
3232
displayName: 'Get fsaverage'
3333
- powershell: |
3434
git clone --depth 1 git://github.com/pyvista/gl-ci-helpers.git

0 commit comments

Comments
 (0)