From 344f96dca91adb9d194b5bde4bd691196a09019e Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Thu, 11 Jan 2024 18:09:29 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20GitLab=20CI=20Test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..1201955 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +stages: + - triggers + +mirror: + stage: triggers + trigger: + include: .gitlab/mirror.yml \ No newline at end of file