drone / charts

Helm charts for the Drone platform on Kubernetes
Other
168 stars 118 forks source link

Unable to start a new build: json: cannot unmarshal number into Go value of type gogs.commitDetail #71

Closed kaybinwong closed 2 years ago

kaybinwong commented 2 years ago

error happens where new build after install by charts. image

Unable to start a new build: json: cannot unmarshal number into Go value of type gogs.commitDetail

image

here is the .drone.yml file

---
kind: pipeline
type: kubernetes
name: default

steps:
- name: greeting
  image: alpine
  commands:
  - echo world
trigger:
  event:
  - push
bradrydzewski commented 2 years ago

please start a thread in our community forum to receive end-user support: https://community.harness.io/c/drone/14