Commit c6385e41355a622ef1be2d72d0fd20eef2897707
1 parent
c643b50d
Exists in
master
and in
4 other branches
Section name returned back to base
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
config/gitlab.yml.example
@@ -140,13 +140,13 @@ production: &base | @@ -140,13 +140,13 @@ production: &base | ||
140 | timeout: 10 | 140 | timeout: 10 |
141 | 141 | ||
142 | development: | 142 | development: |
143 | - <<: *defaults | 143 | + <<: *base |
144 | 144 | ||
145 | test: | 145 | test: |
146 | - <<: *defaults | 146 | + <<: *base |
147 | issues_tracker: | 147 | issues_tracker: |
148 | redmine: | 148 | redmine: |
149 | issues_url: "http://redmine/:project_id/:issues_tracker_id/:id" | 149 | issues_url: "http://redmine/:project_id/:issues_tracker_id/:id" |
150 | 150 | ||
151 | staging: | 151 | staging: |
152 | - <<: *defaults | 152 | + <<: *base |