From 73e8e932ba10b3653782218cb3254ff739792aed Mon Sep 17 00:00:00 2001 From: Wijnand Modderman-Lenstra Date: Thu, 4 Sep 2025 14:40:47 +0000 Subject: [PATCH] Update .gitlab-ci.yml file to remove build stage, since this is a library --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 020e77e..48aa427 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,5 @@ stages: +- build - test - deploy - review @@ -18,6 +19,7 @@ sast: include: - template: Auto-DevOps.gitlab-ci.yml variables: + BUILD_DISABLED: 'true' SECRET_DETECTION_ENABLED: 'true' secret_detection: stage: secret-detection \ No newline at end of file