Skip to content
Snippets Groups Projects
Commit fb03ead8 authored by Millicent Billette's avatar Millicent Billette
Browse files

Update .gitlab-ci.yml

parent 03ab39af
No related branches found
No related tags found
No related merge requests found
......@@ -7,19 +7,18 @@ fast-build:
stage: build
image: $CI_REGISTRY_IMAGE
before_script:
- pwd
- ls -la
- ls -la /customCache
- ls -la /
- mv /customCache/node_modules ./
- cp -rf /customCache/www ./
- cp -rf /customCache/hooks ./
- ls -la
script:
- node ./node_modules/gulp/bin/gulp build:web
after_script:
- ls -la platforms/web/
- du -csh platforms/web/
artifacts:
untracked: true
paths:
- public
- platforms/web
expire_in: 60 minutes
only:
- master
......
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