Browse Source

Allowing all of .dist/ to be uploaded

environments/production/deployments/18
Drew Short 7 years ago
parent
commit
78ce67cf5d
  1. 5
      .gitlab-ci.yml

5
.gitlab-ci.yml

@ -13,10 +13,7 @@ compile:
artifacts: artifacts:
expire_in: 6 hours expire_in: 6 hours
paths: paths:
- dist/*.cfg
- dist/*.lua
- dist/**/*.cfg
- dist/**/*.lua
- dist/
only: only:
- master - master
- develop - develop

Loading…
Cancel
Save