Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
violinist_teams
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
violinist_teams
Commits
ea151ada
Commit
ea151ada
authored
1 year ago
by
Eirik Morland
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3414609
by eiriksm: Use a more standard gitlab CI setup
parent
40ac9e18
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!24
Update .gitlab-ci.yml
Pipeline
#77062
passed
1 year ago
Stage: build
Stage: validate
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-18
3 additions, 18 deletions
.gitlab-ci.yml
with
3 additions
and
18 deletions
.gitlab-ci.yml
+
3
−
18
View file @
ea151ada
...
...
@@ -48,24 +48,9 @@ include:
################
variables
:
SKIP_ESLINT
:
'
1'
_TARGET_CORE
:
'
^9'
_TARGET_PHP
:
"
7.4"
phpstan
:
stage
:
validate
script
:
-
composer require --dev mglaman/phpstan-drupal phpstan/extension-installer
-
vendor/bin/phpstan analyse --level=2 $_WEB_ROOT/modules/custom
allow_failure
:
false
artifacts
:
expose_as
:
junit
expire_in
:
6 mos
when
:
always
paths
:
-
junit.xml
reports
:
junit
:
junit.xml
OPT_IN_TEST_MAX_PHP
:
'
1'
OPT_IN_TEST_NEXT_MINOR
:
'
1'
OPT_IN_TEST_PREVIOUS_MINOR
:
'
1'
###################################################################################
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment