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:
build:
image: golang
group: build
commands:
- go get -v -d ./...
- sh build_plugins.sh
- go build .
test:
image: golang
group: build
secrets: [ test_api_token ]
environment: [ test_api_token ]
commands:
- go get -v -d ./...
- sh build_plugins.sh
- go test ./...
publish:
image: plugins/docker