fix gitlab CI pipeline script
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
workflow:
|
workflow:
|
||||||
rules:
|
rules:
|
||||||
|
- if: $CI_PIPELINE_SOURCE == "web"
|
||||||
|
when: always
|
||||||
- if: $CI_PIPELINE_SOURCE == "merge request event"
|
- if: $CI_PIPELINE_SOURCE == "merge request event"
|
||||||
- if: $CI_COMMIT_BRANHC && $CI_OPEN_MERGE_REQUESTS
|
|
||||||
when: never
|
|
||||||
- if: $CI_COMMIT_BRANCH
|
- if: $CI_COMMIT_BRANCH
|
||||||
- if: $CI_PIPELINE_TAG
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- security
|
- security
|
||||||
|
|||||||
Reference in New Issue
Block a user