Sign inSign up

openpriv/drone-gogs

By openpriv

Updated over 2 years ago

Drone plugin for posting to Gogs PRs comments about build results

Image
0

1.0K

openpriv/drone-gogs repository overview

Drone plugin for posting to Gitea or Gogs PRs comments about build results.

Create a user on Gitea or Gogs for posting build notifications (like 'buildbot') and generate a token for it. Insert the token as a drone secret. (Replace $VALUE with the actual token)

drone secret add dan/gogs-notify-test --name gogs_account_token --value $VALUE --event pull_request

Use in .drone.yml:

notify-gogs:
  image: openpriv/drone-gogs
  when:
    event: pull_request
  secrets: [gogs_account_token]
  gogs_url: https://git.yourdomain.com

Dockerfiles @ git.openprivacy.ca/openprivacy/drone-gogs

Tag summary

Content type

Image

Digest

sha256:ce89e8bb0

Size

5.7 MB

Last updated

over 2 years ago

docker pull openpriv/drone-gogs