mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-11 21:08:33 +03:00
19 lines
346 B
YAML
19 lines
346 B
YAML
language: node_js
|
|
node_js:
|
|
- stable
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
before_script:
|
|
- npm install -g yarn
|
|
- cp ./src/example.config.js ./src/config.js
|
|
install:
|
|
- yarn
|
|
script:
|
|
- yarn build
|
|
- yarn lint
|
|
- yarn test
|
|
before_install:
|
|
- openssl aes-256-cbc -K $encrypted_fb307c69bf51_key -iv $encrypted_fb307c69bf51_iv
|
|
-in .env.enc -out .env -d
|