Dynamically include files in Gitlab-CI
Recently in a Gitlab-CI pipeline I needed to dynamically include several variables that lived inside a yaml-file. The file that needed to be included was defined as a CICD-variable coming from an external API-call that triggered the CI-pipeline.
The file were called after version-numbers, e.g …
more ...