Update .gitlab-ci.yml file
This commit is contained in:
parent
390af14f45
commit
2dba179df8
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
stages: # List of stages for jobs, and their order of execution
|
stages: # List of stages for jobs, and their order of execution
|
||||||
- build
|
- build
|
||||||
|
- test
|
||||||
- upload
|
- upload
|
||||||
- release
|
- release
|
||||||
|
|
||||||
@ -46,6 +47,11 @@ build:
|
|||||||
paths:
|
paths:
|
||||||
- "spry-*-*"
|
- "spry-*-*"
|
||||||
|
|
||||||
|
sast:
|
||||||
|
stage: test
|
||||||
|
include:
|
||||||
|
- template: Security/SAST.gitlab-ci.yml
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
stage: upload
|
stage: upload
|
||||||
image: curlimages/curl:latest
|
image: curlimages/curl:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user