Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-07-22 14:42:41 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-07-22 14:42:41 +0300
commit89f46d3ae2c9586b0bd0efa165deedf09c176744 (patch)
tree0a8fc84d52838c16639b8729bab08509f58fda47 /.gitlab-ci.yml
parentccbd77b2a712a4f70fdb1fb59ae8858e6a15f6e1 (diff)
Deploy test coverage report on master pipeline only
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ea97a317931..2eda2a6007d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -273,3 +273,5 @@ pages:
artifacts:
paths:
- public
+ only:
+ - master