Merge branch 'develop' into feature/language-pt
This commit is contained in:
commit
250a5beb73
1 changed files with 9 additions and 0 deletions
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# This file is generated by GitLab CI
|
||||||
|
Npm, Bower, Grunt:
|
||||||
|
script:
|
||||||
|
- npm install
|
||||||
|
- bower install
|
||||||
|
- grunt
|
||||||
|
tags:
|
||||||
|
except:
|
||||||
|
- tags
|
Loading…
Reference in a new issue