8000 Do not create files in the repo when running workflows (`push-to-gar`, etc.) · Issue #915 · grafana/shared-workflows · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
Do not create files in the repo when running workflows (push-to-gar, etc.) #915
Closed
@colega

Description

@colega

Context

We're using push-to-gar workflow, which happens to clone/copy/write some files in the repository. This causes go build identify the working copy as dirty, and mark the internal version as such, which is undersirable.

We have developed a hack checking that working copy is clean in the Dockerfile, however this only prevents us from building dirty images, it still requires updating .gitignore each time something changes in the shared workflows (we're using @main since it's our own repo)

Request

Can we avoid writing to the repo, and write the temporary workflow files somewhere to /tmp instead?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0