Testing Gogs API

Este commit está contenido en:
Sarah Jamie Lewis 2018-06-30 05:55:22 +00:00 cometido por Dan Ballard
padre 7cf6bbcecc
commit f1405680f6
Se han modificado 1 ficheros con 10 adiciones y 1 borrados

Ver fichero

@ -10,4 +10,13 @@ pipeline:
- go get -u github.com/golang/lint/golint
- go list ./... | xargs go vet
- go list ./... | xargs golint -set_exit_status
- sh testing/tests.sh
- sh testing/tests.sh
pipeline:
notify:
image: golang
secrets: [buildbot]
commands:
- echo "Notifying"
- curl -H "Authorization:token $BUILDBOT" https://git.openprivacy.ca/api/v1/repos/cwtch.im/cwtch