Skip to content
Snippets Groups Projects
Commit 2397781c authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

new docker img (3)

parent 69bbae33
No related branches found
No related tags found
1 merge request!21Regular merge of develop
Pipeline #8336 canceled
image: digitallyseamless/nodejs-bower-grunt image: digitallyseamless/nodejs-bower-grunt
stages: stages:
- test
- deploy - deploy
before_script: before_script:
...@@ -19,20 +18,12 @@ cache: ...@@ -19,20 +18,12 @@ cache:
- node_modules/ - node_modules/
- bower_components/ - bower_components/
sample_test:
stage: test
script:
- grunt build
- grunt test
- grunt jscs --force
- grunt jshint --force
sample_deploy: sample_deploy:
stage: deploy stage: deploy
only: only:
- gitlab-pages - gitlab-pages
script: script:
- grunt build babel uglify:dist - grunt #build babel uglify:dist
artifacts: artifacts:
paths: paths:
- dist/ - dist/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment