-
- Downloads
ci: remove executable permissions from `.ps1` scripts
PowerShell scripts are not inherently executable and therefore should not have the executable bit set.
Showing
- .gitlab/ci/buildcache.ps1 0 additions, 0 deletions.gitlab/ci/buildcache.ps1
- .gitlab/ci/check_warnings.ps1 0 additions, 0 deletions.gitlab/ci/check_warnings.ps1
- .gitlab/ci/cmake.ps1 0 additions, 0 deletions.gitlab/ci/cmake.ps1
- .gitlab/ci/ninja.ps1 0 additions, 0 deletions.gitlab/ci/ninja.ps1
- .gitlab/ci/vcvarsall.ps1 0 additions, 0 deletions.gitlab/ci/vcvarsall.ps1
- .gitlab/ci/wheels/prep_python_windows.ps1 0 additions, 0 deletions.gitlab/ci/wheels/prep_python_windows.ps1
.gitlab/ci/buildcache.ps1
100755 → 100644
File mode changed from 100755 to 100644
.gitlab/ci/check_warnings.ps1
100755 → 100644
File mode changed from 100755 to 100644
.gitlab/ci/cmake.ps1
100755 → 100644
File mode changed from 100755 to 100644
.gitlab/ci/ninja.ps1
100755 → 100644
File mode changed from 100755 to 100644
.gitlab/ci/vcvarsall.ps1
100755 → 100644
File mode changed from 100755 to 100644
.gitlab/ci/wheels/prep_python_windows.ps1
100755 → 100644
File mode changed from 100755 to 100644
Please register or sign in to comment