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
Pipeline #7564 failed
...@@ -11,7 +11,7 @@ fast-build: ...@@ -11,7 +11,7 @@ fast-build:
- cp -rf /customCache/www ./ - cp -rf /customCache/www ./
- cp -rf /customCache/hooks ./ - cp -rf /customCache/hooks ./
script: script:
- node ./node_modules/gulp/bin/gulp build:web - node ./node_modules/gulp/bin/gulp webBuild
after_script: after_script:
- ls -la dist/web/ - ls -la dist/web/
- du -csh dist/web/ - du -csh dist/web/
...@@ -30,7 +30,7 @@ failsafe-build: ...@@ -30,7 +30,7 @@ failsafe-build:
script: script:
- yarn - yarn
- node ./node_modules/gulp/bin/gulp config --env default - 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: artifacts:
untracked: true untracked: true
paths: 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