Skip to content
Snippets Groups Projects
Commit 21bd995b authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Fix gitlab CI

parent 5d64d869
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ fast-build:
- cp -rf /customCache/www ./
- cp -rf /customCache/hooks ./
script:
- node ./node_modules/gulp/bin/gulp build:web
- node ./node_modules/gulp/bin/gulp webBuild
after_script:
- ls -la dist/web/
- du -csh dist/web/
......@@ -30,7 +30,7 @@ failsafe-build:
script:
- yarn
- node ./node_modules/gulp/bin/gulp config --env default
- node ./node_modules/gulp/bin/gulp build:web
- node ./node_modules/gulp/bin/gulp webBuild
artifacts:
untracked: true
paths:
......
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