Compare commits

..

1 Commits

Author SHA1 Message Date
Antoine Bartuccio d43ffcb445
Plugins in plugin folder
the build failed Details
2018-07-25 13:00:14 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ pipeline:
image: golang
group: build
commands:
- sh build_plugins.sh
- go get -v -d ./...
- sh build_plugins.sh
- go build .
test:
image: golang
@ -12,8 +12,8 @@ pipeline:
secrets: [ test_api_token ]
environment: [ test_api_token ]
commands:
- sh build_plugins.sh
- go get -v -d ./...
- sh build_plugins.sh
- go test ./...
publish:
image: plugins/docker