feat: without cluster in trigger release
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-25 22:50:28 +02:00
parent c345040441
commit 0f59f19239
8 changed files with 431 additions and 470 deletions

View File

@@ -29,7 +29,6 @@ message CommitArtifactResponse {
message TriggerReleaseRequest {
string app = 1;
string branch = 2;
string cluster = 3;
}
message TriggerReleaseResponse {}