mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-13 05:48:32 +03:00
Fix config path
This commit is contained in:
committed by
Lachie Kermode
parent
ba953f56d3
commit
2c9d5c597d
@@ -6,7 +6,7 @@ cache:
|
|||||||
- node_modules
|
- node_modules
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g yarn
|
- npm install -g yarn
|
||||||
- cp ./src/config.example.js ./src/config.js
|
- cp ./src/example.config.js ./src/config.js
|
||||||
install:
|
install:
|
||||||
- yarn
|
- yarn
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user