Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ines
Drupal9 skeleton
Commits
3a799ffa
Commit
3a799ffa
authored
Feb 17, 2021
by
Ines WALLON
Browse files
feat: add merge request in gitlab-ci
parent
c0520211
Pipeline
#731
passed with stage
in 2 minutes and 1 second
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
config/.gitlab/check_merge_request.yml
View file @
3a799ffa
...
...
@@ -3,6 +3,8 @@
needs
:
[
'
Build
Drupal'
]
tags
:
-
spud
rules
:
-
if
:
$CI_MERGE_REQUEST_ID
PHPCS
:
stage
:
Code quality PHP
7.4
...
...
@@ -25,8 +27,3 @@ PHPStan:
web/modules/contrib_project/ > phpstan.json
artifacts
:
paths
:
[
phpstan.json
]
workflow
:
rules
:
# Execute jobs in merge request context.
-
if
:
$CI_MERGE_REQUEST_ID
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment