Fix artifacts path key in gitlab.yml.erb

This commit is contained in:
Tomasz Maczukin 2016-03-22 13:28:04 +01:00
parent 3e0e6f0f2a
commit c29c1a5dee
No known key found for this signature in database
GPG Key ID: 7E9EB2E4B0F625CD
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ production: &base
artifacts:
enabled: <%= @artifacts_enabled %>
# The location where Build Artifacts are stored (default: shared/artifacts).
storage_path: <%= @artifacts_path %>
path: <%= @artifacts_path %>
## Git LFS
lfs: