Skip to content

Commit d1eeb84

Browse files
authored
.gitlab-ci.yml hinzugefügt (#41)
1 parent b86c8eb commit d1eeb84

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitlab-ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
variables:
2+
INCLUDE_CICD_REF_BRANCH:
3+
value: "main"
4+
description: "Welcher Branch soll für die Pipeline genutzt werden?"
5+
6+
include:
7+
- project: "$INCLUDE_CICD_PROJECT"
8+
ref: "$INCLUDE_CICD_REF_BRANCH"
9+
file:
10+
- "$INCLUDE_CICD_GITLAB_YML"

0 commit comments

Comments
 (0)