Skip to content
Snippets Groups Projects
Commit f6dc977a authored by Jonny Ngo Luong's avatar Jonny Ngo Luong
Browse files

b1

parent bfaf7aaa
No related branches found
No related tags found
No related merge requests found
Pipeline #120381 failed
image: node:4.2.2
cache:
paths:
- node_modules/
- client/node_modules/
- server/node_modules/
install:
stage: install
script:
- npm install
- cd server && npm install && cd ..
......
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