From 9fe6b3244fda691e54319fc5b4fdd7ec25155930 Mon Sep 17 00:00:00 2001 From: M9713 <m9713@student.jamk.fi> Date: Mon, 1 Nov 2021 21:24:51 +0200 Subject: [PATCH] Add new file --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..a7b633c --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,6 @@ +# This file is a template, and might need editing before it works on your project. +# This template moved to Jobs/Secret-Detection.gitlab-ci.yml in GitLab 14.0 +# Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/292977 + +include: + template: Jobs/Secret-Detection.gitlab-ci.yml -- GitLab