16
20
Fork 16

Testing Gogs API

Dieser Commit ist enthalten in:
Sarah Jamie Lewis 2018-06-30 05:55:22 +00:00 committet von Dan Ballard
Ursprung 7cf6bbcecc
Commit f1405680f6
1 geänderte Dateien mit 10 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -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