diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-06-08 16:29:09 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-06-08 16:29:09 +0200 |
commit | e7bf943127c9798d55bf59552c55e8400e47b56e (patch) | |
tree | ed5e859112772a287e12f1a9a548ca6f7614d293 /.gitlab-ci.yml | |
parent | 722211cddfaeba38f678cc523755af1ce645cb5a (diff) | |
download | gitlab-ce-e7bf943127c9798d55bf59552c55e8400e47b56e.tar.gz |
Update Knapsack report only on master
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ef3081395a..3dc48a89463 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,6 +61,8 @@ update-knapsack: - scripts/merge-reports knapsack/rspec_report.json knapsack/rspec_node_*.json - scripts/merge-reports knapsack/spinach_report.json knapsack/spinach_node_*.json - rm -f knapsack/*_node_*.json + only: + - master # Execute all testing suites |