Browse Source

Allowing all of .dist/ to be uploaded

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

5
.gitlab-ci.yml

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

Loading…
Cancel
Save