mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-10 12:28:34 +03:00
7 lines
149 B
Bash
7 lines
149 B
Bash
#!/bin/bash
|
|
yarn test
|
|
yarn lint
|
|
travis encrypt-file .env --add --force
|
|
git add .env.enc
|
|
git commit -m "add encrypted private key for travis testing"
|