Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
callidus
Machina Callida
Commits
d7f38415
Commit
d7f38415
authored
Apr 30, 2020
by
Konstantin Schulz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simplified frontend CI
parent
4d2247e6
Pipeline
#11419
failed with stages
in 2 minutes and 34 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
.gitlab-ci.yml
.gitlab-ci.yml
+11
-9
No files found.
.gitlab-ci.yml
View file @
d7f38415
...
...
@@ -10,15 +10,17 @@ ci_frontend:
stage
:
ci_frontend
script
:
-
./ci.sh
-
cat ci_frontend.log
artifacts
:
paths
:
-
ci_frontend.log
coverage_frontend
:
stage
:
coverage_frontend
script
:
-
./coverage.sh
-
cat coverage_frontend.log
artifacts
:
paths
:
-
coverage_frontend.log
coverage
:
'
/.*/'
coverage
:
'
/Statements.*?(\d+(?:\.\d+)?)%/'
#coverage_frontend:
# stage: coverage_frontend
# script:
# - ./coverage.sh
# - cat coverage_frontend.log
# artifacts:
# paths:
# - coverage_frontend.log
# coverage: '/.*/'
Write
Preview
Markdown
is supported
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