* Consolidate deps

* Fix CI
This commit is contained in:
Sung Won Cho 2019-06-26 18:43:39 +10:00 committed by GitHub
commit 75d1cb42e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 506 additions and 612 deletions

View file

@ -1,8 +1,13 @@
#!/bin/bash
# shellcheck disable=SC1090
# test-local.sh runs api tests using local setting
set -eux
basePath=$GOPATH/src/github.com/dnote/dnote/pkg/server/api
export $(cat "$basePath"/.env.test | xargs)
set -a
source "$basePath"/.env.test
set +a
"$basePath"/scripts/test.sh