Fix for Windows 10 (#648)

* ps: add cdefault conf

* init - add config

* add required env vars for win10

* update test_e2e.ps1 to use go build -mod=vendor
This commit is contained in:
marpio
2018-09-13 22:57:37 +02:00
committed by Aaron Schlesinger
parent 89d7b35ccd
commit f25c427239
4 changed files with 15 additions and 9 deletions
+1
View File
@@ -107,6 +107,7 @@ if ($alldeps.IsPresent) {
if ($dev.IsPresent) {
& docker-compose -p athensdev up -d mongo
& docker-compose -p athensdev up -d redis
execScript "create_default_config.ps1"
}
if ($test.IsPresent) {