azure: Convert Windows installations scripts to `bash` Looks like `script`, which uses `cmd.exe`, doesn't have fail-fast behavior and if a leading command fails the script doesn't actually fail so long as the last command succeeds. We instead want the opposite behavior where if any step fails the whole script fails. I don't really know `cmd.exe` that well, nor powershell, so I've opted to move everything to `bash` which should be a good common denominator amongst all platforms to work with. Additionally I know that `set -e` works to cause scripts to fail fast. Closes #64551 |
||
|---|---|---|
| .. | ||
| azure-pipelines | ||
| docker | ||
| cpu-usage-over-time.py | ||
| init_repo.sh | ||
| install-awscli.sh | ||
| run.sh | ||
| shared.sh | ||