summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-02-21 17:08:35 +0800
committerLin Jen-Shin <godfat@godfat.org>2017-02-21 17:08:35 +0800
commit1f244284284607946b2758c4e9ef26559cd8d71c (patch)
tree9c7be2bec9cbb8a2e09acad07c68068f0748caaf /doc/gitlab-basics
parentb596dd8fedd9dc8f9487e1e67a52a7b211bd956b (diff)
downloadgitlab-ce-1f244284284607946b2758c4e9ef26559cd8d71c.tar.gz
Fix build attributes test, see:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9021#note_23782188 This is discovered by https://gitlab.com/gitlab-org/gitlab-ce/builds/10815456 I removed `gl_project_id` and this is failing. I took some look, realizing that: * `trace` is duplicated in `attributes` * `tag_list` is not included in `build.attributes` * `artifacts_expire_at` is missing in `attributes` So we need to: * Remove duplicated `trace` in `attributes` (40 -> 39) * Remove `tag_list` in `attributes` (39 -> 38) * Add `artifacts_expire_at` to `attributes` (38 -> 39) * Add `gl_project_id` to `attributes` (39 -> 40)
Diffstat (limited to 'doc/gitlab-basics')
0 files changed, 0 insertions, 0 deletions