gstreamer-rs/ci/images_template.yml
Nirbheek Chauhan 52c764b986 ci: Fix pwsh scripts not exiting on error
We all know that external utilities returning a non-zero exit code do
not terminate a powershell script. However, most do not know (and
neither did I) that it is impossible to promote error exit codes to
script-terminating errors with ErrorActionPreference.

Explicitly check the return codes and Exit.

https://github.com/MicrosoftDocs/PowerShell-Docs/issues/1583

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1368>
2023-12-21 14:10:41 +02:00

5 lines
94 B
YAML

variables:
GST_RS_IMG_TAG: "2023-12-19.2"
GST_RS_STABLE: "1.74.1"
GST_RS_MSRV: "1.70.0"