cicd: use config.json from docker folder

This commit is contained in:
Jean-Baptiste Pasquier 2020-05-20 12:48:18 +02:00
parent 72983551de
commit 119ae66795
No known key found for this signature in database
GPG Key ID: F2702E6D22ED4D62

View File

@ -24,7 +24,7 @@ build:
before_script:
- npm ci --cache .npm --prefer-offline --only=production
script:
- cp config.sample.json config.json
- cp docker/config.json config.json
- npm run build
artifacts:
when: on_success