Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement pipeline upload --replace #122

Open
GMNGeoffrey opened this issue Mar 23, 2022 · 0 comments
Open

Implement pipeline upload --replace #122

GMNGeoffrey opened this issue Mar 23, 2022 · 0 comments
Labels

Comments

@GMNGeoffrey
Copy link

When running buildkite-agent pipeline upload --replace right now, you just get panic: Replace not implemented. Taking a look at the code this looks pretty trivial to implement. It would be exactly like prepend except without including the existing steps. Is there something I'm missing here? I guess that wouldn't account for the caveat that replace will not replace already-running steps, but AFAICT the steps are being run sequentially, so a later step should never be running anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants