Skip to content
Snippets Groups Projects
Commit bde2f1fd authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

More gitlab-ci fixes from db_test_config.

parent 0672ac5b
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -14,8 +14,7 @@ services:
test:
type: test
script:
- pwd
- ls
- id
- mkdir -p /go/src/github.com/nsheridan
- ln -s $PWD /go/src/github.com/nsheridan/cashier
- cd /go/src/github.com/nsheridan/cashier
......@@ -25,3 +24,5 @@ test:
- gofmt -d $(find -type f -name '*.go' -not -path './vendor/*')
- go list ./... |grep -v vendor/ |xargs go vet
- go list ./... |grep -v vendor/ |xargs -L1 golint -set_exit_status
after_script:
- mysqldump -u$MYSQL_TEST_USER -p$MYSQL_ROOT_PASSWORD -h$MYSQL_TEST_HOST certs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment