feat: split backend-core artifact ci cd
This commit is contained in:
+1
-1
@@ -136,7 +136,7 @@ async function main(): Promise<void> {
|
||||
}
|
||||
|
||||
if (top === "artifact-registry") {
|
||||
const result = runArtifactRegistryCommand(args.slice(1));
|
||||
const result = await runArtifactRegistryCommand(args.slice(1));
|
||||
const ok = (result as { ok?: unknown }).ok !== false;
|
||||
emitJson(commandName, result, ok);
|
||||
if (!ok) process.exitCode = 1;
|
||||
|
||||
Reference in New Issue
Block a user