Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
la_pipes
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
la_pipes
Merge requests
!3
Allow phpcs fail and limit deploy to branch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Allow phpcs fail and limit deploy to branch
allow-phpcs-fail
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Volker Killesreiter
requested to merge
allow-phpcs-fail
into
main
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
8fd2c54c
1 commit,
1 year ago
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
base_la.gitlab-ci.yml
+
3
−
0
Options
@@ -16,6 +16,7 @@ phpcs:
-
.phpcs
needs
:
-
job
:
install
allow_failure
:
true
deploy-staging
:
tags
:
@@ -24,3 +25,5 @@ deploy-staging:
-
.deploy
needs
:
-
job
:
install
only
:
-
staging
Loading