Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RicoContentCta
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
shopware
plugins
RicoContentCta
Commits
e9f1beea
Commit
e9f1beea
authored
6 years ago
by
jinnoflife
Browse files
Options
Downloads
Patches
Plain Diff
fixed gitlab-ci and added badge to readme
parent
3d63eaca
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-8
4 additions, 8 deletions
.gitlab-ci.yml
README.md
+2
-0
2 additions, 0 deletions
README.md
with
6 additions
and
8 deletions
.gitlab-ci.yml
+
4
−
8
View file @
e9f1beea
...
...
@@ -3,19 +3,19 @@
stage
:
lint
image
:
php:$PHP_VER-alpine
script
:
-
if find . -type f -name '*.php' -exec php -l {} \; | grep "Parsing error"; then exit 1; fi
-
if find . -type f -name '*.php' -exec php -l {} \; | grep "Parsing error"; then exit 1; fi
cache
:
key
:
$PHP_VER
.cs_fixer
:
&cs_fixer
stage
:
test
image
:
ekreative/php-cs-fixer:2
script
:
-
php-cs-fixer fix --dry-run --config=.php_cs --diff
-
php-cs-fixer fix --dry-run --config=.php_cs --diff
#endregions
stages
:
-
lint
-
test
-
lint
-
test
#region linting
71-lint
:
...
...
@@ -31,14 +31,10 @@ stages:
#region test
cs-fixer-71
:
<<
:
*cs_fixer
dependencies
:
-
test-72-base
variables
:
PHP_VER
:
"
7.1"
cs-fixer-72
:
<<
:
*cs_fixer
dependencies
:
-
test-72-base
variables
:
PHP_VER
:
"
7.2"
#endregion
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
2
−
0
View file @
e9f1beea
## STATUS
PIPELINE STATUS:
[

](https://git.riconnect.de/riconet-public/shopware/plugins/rico-content-cta/commits/master)
\ No newline at end of file
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