Unparalized CI
the build failed Details

This commit is contained in:
Antoine Bartuccio 2018-07-25 13:01:39 +02:00
parent d43ffcb445
commit 4cf2bc0f16
Signed by: klmp200
GPG Key ID: E7245548C53F904B
1 changed files with 0 additions and 3 deletions

View File

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