Integrate gitlab-ci/hide-stages-if-variables-not-set and 4 more
Commit: seco-ne/yocto/infrastructure/gitlab-ci@64dc51d3
Use regex operator to check for multiple variables
The "&&" operator does not work as expected when checking if multiple variables are set.
See for reference: https://gitlab.com/gitlab-org/gitlab/-/issues/321371
--
Commit: seco-ne/yocto/infrastructure/gitlab-ci@89fbce24
Hide Confluence stage if confluence variables not set
--
Commit: seco-ne/yocto/infrastructure/gitlab-ci@db50e93b
Hide deploy stage if DEPLOY_RELEASE_TARGET not set
--
Commit: seco-ne/yocto/infrastructure/gitlab-ci@f4aa0048
Hide FTP stage if DEPLOY_FTP_TARGET not set
This makes the variable HIDE_FTP_UPLOAD_STAGE obsolete, because we can hide the FTP stage now by setting DEPLOY_FTP_TARGET to an empty string.
--
Commit: seco-ne/yocto/infrastructure/gitlab-ci@409c4f27
Do not run CI test sub-pipeline on master