digitalocean / digitalocean-cloud-controller-manager

Kubernetes cloud-controller-manager for DigitalOcean (beta)
Apache License 2.0
524 stars 147 forks source link

set -buildvcs=false #585

Closed elijahomolo closed 1 year ago

elijahomolo commented 1 year ago

CI builds fail with the following error:

Status: Downloaded newer image for golang:1.19
error obtaining VCS status: exit status 1[28](https://github.com/digitalocean/digitalocean-cloud-controller-manager/actions/runs/4136491568/jobs/7150424330#step:4:29)
    Use -buildvcs=false to disable VCS stamping.
make: *** [Makefile:69: compile] Error 1

This PR adds the -buildvcs=false flag to the CCM binary build step