diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..30f6303 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +variables: + INCLUDE_CICD_REF_BRANCH: + value: "main" + description: "Welcher Branch soll für die Pipeline genutzt werden?" + +include: + - project: "$INCLUDE_CICD_PROJECT" + ref: "$INCLUDE_CICD_REF_BRANCH" + file: + - "$INCLUDE_CICD_GITLAB_PROD_YML"