diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index 64cca1d..7491280 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -2,3 +2,4 @@ include: - project: 'developerdurp/yml' ref: main file: 'pipeline.yml' + - local: .variables.yml diff --git a/.variables.yml b/.variables.yml new file mode 100644 index 0000000..5f939c1 --- /dev/null +++ b/.variables.yml @@ -0,0 +1,2 @@ +variables: + PIPELINE: 'goapi'