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

replacing content of gitlab yml (1)

parent 4fac8d23
No related branches found
No related tags found
1 merge request!21Regular merge of develop
Pipeline #8327 failed
cache:
paths:
- bower_components/
- node_modules/
stages:
- test
- deploy
before_script:
- ruby -v
......@@ -26,13 +25,26 @@ before_script:
- gem install jekyll -v '3.3.0'
- jekyll --version
pages:
stage: deploy
script:
- grunt fullbuild
artifacts:
paths:
- _site
cache:
paths:
- node_modules/
- bower_components/
key: "$CI_BUILD_REPO"
only:
- gitlab-pages
\ No newline at end of file
sample_test:
stage: test
script:
- grunt build
- grunt test
- grunt jscs --force
- grunt jshint --force
sample_deploy:
stage: deploy
only:
- gitlab-pages
script:
- grunt build babel uglify:dist
artifacts:
paths:
- 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