Skip to content

Instantly share code, notes, and snippets.

View alexyslozada's full-sized avatar
🏠
Working from home

Alexys Lozada alexyslozada

🏠
Working from home
View GitHub Profile
@alexyslozada
alexyslozada / .gitlab-ci.yml
Created October 2, 2018 23:29 — forked from moemoe89/.gitlab-ci.yml
Example Gitlab CI Setup for Go-Lang
image: golang:1.8.1
variables:
BIN_NAME: go-practice-ci
ARTIFACTS_DIR: artifacts
GO_PROJECT: gitlab.com/go-practice-ci
stages:
- build
- test