Skip to content

Commit

Permalink
ci: rename script windows-symlink-build-dir to symlink-build-dir
Browse files Browse the repository at this point in the history
There will be a need to symlink the Linux build directory in the future
as well, so let's make the script name generic.
  • Loading branch information
pietroalbini committed Mar 24, 2020
1 parent b4f71cd commit 9d5c416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ci/azure-pipelines/steps/run.yml
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 9d5c416

Please sign in to comment.