Commit 9b606ede000666bc5f5330f43fa0ea0c7ff9815c

Authored by Andrew8xx8
1 parent 9e8a8186

Wrong default section in config. Fixed.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
config/gitlab.yml.example
@@ -140,10 +140,10 @@ production: &base @@ -140,10 +140,10 @@ production: &base
140 timeout: 10 140 timeout: 10
141 141
142 development: 142 development:
143 - <<: *base 143 + <<: *defaults
144 144
145 test: 145 test:
146 <<: *base 146 <<: *base
147 147
148 staging: 148 staging:
149 - <<: *base 149 + <<: *defaults