Skip to content

Commit

Permalink
Create .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vermali committed Jun 27, 2024
1 parent 5fb0585 commit bae6ae1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit bae6ae1

Please sign in to comment.