Skip to content

Commit 19d4979

Browse files
committed
Merge branch 'topic/require_issue' into 'master'
CI: require an issue in the MR descriptions See merge request eng/ide/gtkada!12
2 parents 6424f98 + c95b4fc commit 19d4979

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitlab-ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
stages:
22
- build
33

4+
issue-check:
5+
services:
6+
- image:e3
7+
stage: build
8+
interruptible: true # Cancel job if the branch is pushed
9+
variables: # do not checkout the git repository, not needed
10+
GIT_STRATEGY: none
11+
rules: # Launch only on merge requests
12+
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
13+
script:
14+
- require_issue # launch the verification
15+
416
build:
517
services:
618
- image:gtk-deps

0 commit comments

Comments
 (0)