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

Use lyda/golang:1.7 image for now.

Network is insanely slow tonight (hello snow). So building this to
cache the install of mysql-client and the install of golint.
The latter issue was noted and deliberately not fixed in
https://github.com/docker-library/golang/issues/102 .

Sigh.
parent 891496dd
Branches
No related tags found
No related merge requests found
Pipeline #
image: golang:1.7
image: lyda/golang:1.7
variables:
MYSQL_ROOT_PASSWORD: "password"
MYSQL_TEST: "true"
before_script:
- go get -v github.com/golang/lint/golint
- apt-get update && apt-get install mysql-client
- mysql -uroot -p$MYSQL_ROOT_PASSWORD -hmysql < db/seed.sql
services:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment