3
0

Remove go build step from integration ci step

This commit is contained in:
Denis Arh 2019-09-10 20:46:17 +02:00
parent 6027caedbc
commit dbc83efcd5

View File

@ -101,7 +101,6 @@ steps:
COMPOSE_DB_DSN: corteza:corteza-pwd@tcp(corteza-db:3306)/corteza?collation=utf8mb4_general_ci
MESSAGING_DB_DSN: corteza:corteza-pwd@tcp(corteza-db:3306)/corteza?collation=utf8mb4_general_ci
commands:
- go build ./cmd/...
- wait-for-it.sh -t 60 --strict corteza-db:3306 -- echo "corteza-db is up"
- make test.coverprofile.all