added goconvey to vendor
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
9
.gitmodules
vendored
9
.gitmodules
vendored
@@ -67,3 +67,12 @@
|
||||
[submodule "vendor/golang.org/x/image"]
|
||||
path = vendor/golang.org/x/image
|
||||
url = https://go.googlesource.com/image
|
||||
[submodule "vendor/github.com/smartystreets/goconvey"]
|
||||
path = vendor/github.com/smartystreets/goconvey
|
||||
url = https://github.com/smartystreets/goconvey
|
||||
[submodule "vendor/github.com/jtolds/gls"]
|
||||
path = vendor/github.com/jtolds/gls
|
||||
url = https://github.com/jtolds/gls
|
||||
[submodule "vendor/github.com/smartystreets/assertions"]
|
||||
path = vendor/github.com/smartystreets/assertions
|
||||
url = https://github.com/smartystreets/assertions
|
||||
|
||||
@@ -6,6 +6,14 @@ workspace:
|
||||
path: src/gitbase.de/apairon/mark2web
|
||||
|
||||
steps:
|
||||
- name: init submodules
|
||||
image: docker:git
|
||||
commands:
|
||||
- git submodule update --init --recursive
|
||||
- git fetch --tags
|
||||
when:
|
||||
event: [ push, tag ]
|
||||
|
||||
- name: test
|
||||
image: golang:latest
|
||||
environment:
|
||||
@@ -13,8 +21,6 @@ steps:
|
||||
GOOS: linux
|
||||
GOARCH: amd64
|
||||
commands:
|
||||
- git submodule update --init --recursive
|
||||
- git fetch --tags
|
||||
- go test -v -coverprofile coverage.out ./pkg/*
|
||||
when:
|
||||
event: [ push, tag ]
|
||||
|
||||
1
vendor/github.com/jtolds/gls
generated
vendored
Submodule
1
vendor/github.com/jtolds/gls
generated
vendored
Submodule
Submodule vendor/github.com/jtolds/gls added at b4936e0604
1
vendor/github.com/smartystreets/assertions
generated
vendored
Submodule
1
vendor/github.com/smartystreets/assertions
generated
vendored
Submodule
Submodule vendor/github.com/smartystreets/assertions added at 980c5ac6f3
1
vendor/github.com/smartystreets/goconvey
generated
vendored
Submodule
1
vendor/github.com/smartystreets/goconvey
generated
vendored
Submodule
Submodule vendor/github.com/smartystreets/goconvey added at 200a235640
Reference in New Issue
Block a user