From 4f37e4b83be60c57c9ece79780d3a67eefe2e722 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Sat, 12 Oct 2024 14:13:27 +0000 Subject: [PATCH] ci(gitlab-ci): iron out base config for a while Signed-off-by: Andrei Jiroh Halili --- .gitlab/ci/00-meta.gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitlab/ci/00-meta.gitlab-ci.yml diff --git a/.gitlab/ci/00-meta.gitlab-ci.yml b/.gitlab/ci/00-meta.gitlab-ci.yml new file mode 100644 index 0000000..1af18b8 --- /dev/null +++ b/.gitlab/ci/00-meta.gitlab-ci.yml @@ -0,0 +1,5 @@ +image: TBD + +stages: +- test +- deploy \ No newline at end of file -- 2.51.2