Skip to content
Snippets Groups Projects

Allow phpcs fail and limit deploy to branch

Merged Volker Killesreiter requested to merge allow-phpcs-fail into main
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -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