sum7/warehost
sum7
/
warehost
Archived
1
0
Fork 0

Update .gitlab-ci.yml

This commit is contained in:
Geno 2016-09-22 15:00:33 +00:00
parent 707bb416b6
commit d3d49393ce
1 changed files with 3 additions and 10 deletions

View File

@ -15,7 +15,6 @@
stages: stages:
- install-environment - install-environment
- build - build
- test
install-go: install-go:
stage: install-environment stage: install-environment
@ -38,14 +37,8 @@ install-go:
- go env - go env
- which go - which go
build-my-project: build-warehost:
stage: build stage: build
script: script:
- cd $CURRENT_BUILD_PATH - cd $CURRENT_BUILD_PATH/cmd/warehost
- go build - go build
test-my-project:
stage: test
script:
- cd $CURRENT_BUILD_PATH
- go test