Commit c6385e41355a622ef1be2d72d0fd20eef2897707

Authored by Andrew8xx8
1 parent c643b50d

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 140 timeout: 10
141 141  
142 142 development:
143   - <<: *defaults
  143 + <<: *base
144 144  
145 145 test:
146   - <<: *defaults
  146 + <<: *base
147 147 issues_tracker:
148 148 redmine:
149 149 issues_url: "http://redmine/:project_id/:issues_tracker_id/:id"
150 150  
151 151 staging:
152   - <<: *defaults
  152 + <<: *base
... ...