Integrate gitlab-ci/cleaos-725-notify-job-fails
requested to merge integrate/gitlab-ci/cleaos-725-notify-job-fails/into/seco_lf-5.10.52_2.1.0 into seco_lf-5.10.52_2.1.0
Commit: clea-os/infrastructure/gitlab-ci@505eb2cf
[CICD][NOTIFY] Fix notify job and enable changelog for SDK pipeline
-
The notify job uses
mcr.microsoft.com/azure-cli
, which expectsca-bundle.trust.crt
. On GitLab runners, we mount certificates from the host, so this file is not present. Switched to usingca-certificates.crt
instead. -
Enabled changelog generation for the SDK pipeline to ensure
changelog.md
is available.