Update .gitlab-ci.yml file to remove build stage, since this is a library
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
stages:
|
stages:
|
||||||
|
- build
|
||||||
- test
|
- test
|
||||||
- deploy
|
- deploy
|
||||||
- review
|
- review
|
||||||
@@ -18,6 +19,7 @@ sast:
|
|||||||
include:
|
include:
|
||||||
- template: Auto-DevOps.gitlab-ci.yml
|
- template: Auto-DevOps.gitlab-ci.yml
|
||||||
variables:
|
variables:
|
||||||
|
BUILD_DISABLED: 'true'
|
||||||
SECRET_DETECTION_ENABLED: 'true'
|
SECRET_DETECTION_ENABLED: 'true'
|
||||||
secret_detection:
|
secret_detection:
|
||||||
stage: secret-detection
|
stage: secret-detection
|
Reference in New Issue
Block a user