diff options
| -rw-r--r-- | src/ci/azure-pipelines/steps/run.yml | 4 | ||||
| -rwxr-xr-x | src/ci/scripts/symlink-build-dir.sh (renamed from src/ci/scripts/windows-symlink-build-dir.sh) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/azure-pipelines/steps/run.yml b/src/ci/azure-pipelines/steps/run.yml index ee9425aa1c5..e2f4b62deaf 100644 --- a/src/ci/azure-pipelines/steps/run.yml +++ b/src/ci/azure-pipelines/steps/run.yml @@ -59,8 +59,8 @@ steps: displayName: Install InnoSetup condition: and(succeeded(), not(variables.SKIP_JOB)) -- bash: src/ci/scripts/windows-symlink-build-dir.sh - displayName: Ensure the build happens on C:\ instead of D:\ +- bash: src/ci/scripts/symlink-build-dir.sh + displayName: Ensure the build happens on a partition with enough space condition: and(succeeded(), not(variables.SKIP_JOB)) - bash: src/ci/scripts/disable-git-crlf-conversion.sh diff --git a/src/ci/scripts/windows-symlink-build-dir.sh b/src/ci/scripts/symlink-build-dir.sh index e57128c70f5..e57128c70f5 100755 --- a/src/ci/scripts/windows-symlink-build-dir.sh +++ b/src/ci/scripts/symlink-build-dir.sh |
