cicd: revert config.json from sample

This commit is contained in:
Jean-Baptiste Pasquier 2020-05-20 12:52:21 +02:00
parent 119ae66795
commit 9b5844f07f
No known key found for this signature in database
GPG Key ID: F2702E6D22ED4D62
1 changed files with 1 additions and 1 deletions

View File

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