File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : go
22
33go :
4- - " 1.10.x"
4+ - ' 1.10.x'
55
66stages :
77 - name : test
@@ -10,11 +10,11 @@ stages:
1010
1111jobs :
1212 include :
13- - name : " Unit tests"
13+ - name : ' Unit tests'
1414 stage : test
1515 script : make test
1616
17- - name : " Integration test: simple proxy"
17+ - name : ' Integration test: simple proxy'
1818 install :
1919 - go get -u gopkg.in/alecthomas/gometalinter.v2
2020 - gometalinter.v2 --install
2626 - cat proxy.log
2727 - gometalinter.v2 --disable-all --enable=dupl --enable=gas --enable=gofmt --enable=goimports --enable=lll --enable=misspell ./_fixtures
2828
29- - name : " Integration test: analyzer server"
29+ - name : ' Integration test: analyzer server'
3030 before_script :
3131 - make build
3232 script :
3737 - cat analyzer.log
3838 - cat ../lookout-install.log
3939
40- - name : " Generated code"
40+ - name : ' Generated code'
4141 install :
4242 - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
4343 script :
4646 - make build
4747 - make no-changes-in-commit
4848
49- - name : " Push image to Docker Hub"
49+ - name : ' Push image to Docker Hub'
5050 stage : release
5151 script :
5252 - PKG_OS=linux make packages
5353 - DOCKER_PUSH_LATEST=true make docker-push
54-
55- cache :
56- directories :
57- - $HOME/protoc
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments