summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2015-07-09 14:05:11 +0000
committerKamil Trzciński <ayufan@ayufan.eu>2015-07-09 14:05:11 +0000
commita14db6d3c063724a3ee76ba9a733ba09a4fdea73 (patch)
tree2587758c5f4c3472f42dac6007ea88b447b2299c /CHANGELOG
parent349a1b80344ba17f27144d1445383576d60b09c6 (diff)
parent9436dca4ed72e0e5bb36f5444ddeb5de9b346c03 (diff)
downloadgitlab-ci-a14db6d3c063724a3ee76ba9a733ba09a4fdea73.tar.gz
Merge branch 'builds-path' into 'master'
Make configurable builds_path in application.yml We have a new option in `application.yml`: ``` gitlab_ci: builds_path: builds/ ``` /cc @marin @vsizov See merge request !193
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a1a24e0..6631d52 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,10 +10,11 @@ v7.13.0
- Change favicon
- Refactoring: Get rid of private_token usage in the frontend.
- Allow to specify allow_failure for job
+ - Build traces is stored in the file instead of database
+ - Make the builds path configurable
v7.12.2
- Revert: Runner without tag should pick builds without tag only
- - Build traces is stored in the file instead of database
v7.12.1
- Runner without tag should pick builds without tag only