From ef398fbdebbd3ef84ab5659afa90c2aa9c03e027 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 3 Oct 2024 20:15:43 +0200 Subject: [PATCH] add ci file --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..dbcfb21 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,5 @@ +include: + - project: devops/pipeline-components + ref: main + file: cloudron-app.gitlab-ci.yml +