From e4e6b1e8f0a99198a055aa9ec84552ec43566127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Thu, 28 Sep 2023 19:34:28 +0200 Subject: [PATCH] CI/CD => Pass the lint error for "empty" CI/CD --- .gitlab-ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e51ea91..46b9417 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1 +1,8 @@ -include: "NodeApp/.gitlab-ci/**/*.yml" \ No newline at end of file +include: "NodeApp/.gitlab-ci/**.yml" + +lint_pass: + only: + variables: + - $FOO == "bar" + script: + - echo -- GitLab