Skip to content
Snippets Groups Projects
Commit 8d5623d2 authored by Daniele Tavagnacco's avatar Daniele Tavagnacco
Browse files

Update .gitlab-ci.yml file with global variable

parent 4d4810f0
No related branches found
No related tags found
No related merge requests found
Pipeline #26497 failed
stages: stages:
stages:
- build # section name of the CI pipeline - build # section name of the CI pipeline
- test # other section executed AFTER 'build' - test # other section executed AFTER 'build'
variables:
GLOBAL_VAR_FOR_CI: unexpected text
build_job: build_job:
stage: build # section where to run the job stage: build # section where to run the job
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment