Update .gitlab-ci.yml file to remove build stage, since this is a library

This commit is contained in:
2025-09-04 14:40:47 +00:00
parent aadff6416e
commit 73e8e932ba

View File

@@ -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