Skip to content

Instantly share code, notes, and snippets.

View cyniczhi's full-sized avatar
🐨
Focusing

zhizheng cyniczhi

🐨
Focusing
View GitHub Profile
@npenkov
npenkov / golang.gitlab-ci.yml
Created December 29, 2017 12:57
gitlab-ci for Go projects using go dep.
# Replace "projectname" and "username"
image: golang:1.9
variables:
BIN_NAME: projectname
ARTIFACTS_DIR: artifacts
GO_PROJECT: gitlab.com/username/projectname
stages:
- build