Skip to content
Snippets Groups Projects
Verified Commit 754947ad authored by Morgan Bazalgette's avatar Morgan Bazalgette
Browse files

Add GitLab CI config

parent 86f3bfc8
Branches
Tags
No related merge requests found
Pipeline #
image: node:latest
before_script:
- 'curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -'
- 'echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list'
- apt-get update && apt-get install -y yarn
- yarn install
build:
script:
- npm run build
artifacts:
paths:
- public/packs
- public/assets
expire_in: 1 week
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment