Skip to content

Commit 9d5c416

Browse files
committed
ci: rename script windows-symlink-build-dir to symlink-build-dir
There will be a need to symlink the Linux build directory in the future as well, so let's make the script name generic.
1 parent b4f71cd commit 9d5c416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ci/azure-pipelines/steps/run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ steps:
5959
displayName: Install InnoSetup
6060
condition: and(succeeded(), not(variables.SKIP_JOB))
6161

62-
- bash: src/ci/scripts/windows-symlink-build-dir.sh
63-
displayName: Ensure the build happens on C:\ instead of D:\
62+
- bash: src/ci/scripts/symlink-build-dir.sh
63+
displayName: Ensure the build happens on a partition with enough space
6464
condition: and(succeeded(), not(variables.SKIP_JOB))
6565

6666
- bash: src/ci/scripts/disable-git-crlf-conversion.sh

0 commit comments

Comments
 (0)