This commit is contained in:
2024-05-13 20:58:56 +02:00
parent 71b14115c4
commit 6368e398f1

View File

@ -60,7 +60,9 @@ load_vars:
before_script:
- ""
script:
- echo "Loading variables from vars.yml..."
- curl 'https://gitlab.psi.ch/bec/awi_utils/-/raw/main/awi_utils/gitlab_ci_tools/convert_to_env.py' -o convert_to_env.py
- pip install pyyaml
- python ./convert_to_env.py ./ci/vars.yml
- cat ./ci/my_branch.env >> build.env
artifacts:
reports: