mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
Update gitlab ci config file
This commit is contained in:
parent
843ea40ea4
commit
1c2b2bed17
@ -6,14 +6,14 @@ stages:
|
||||
- test
|
||||
|
||||
build-my-project:
|
||||
image: go:1.6.2
|
||||
image: golang:1.6.2
|
||||
stage: build
|
||||
script:
|
||||
- go get
|
||||
- go build
|
||||
|
||||
test-my-project:
|
||||
image: go:1.6.2
|
||||
image: golang:1.6.2
|
||||
stage: test
|
||||
script:
|
||||
- go test
|
||||
|
Loading…
x
Reference in New Issue
Block a user