Skip to content

Commit ecf89fa

Browse files
authored
fix pipeline-deploy check (#2304)
* fix pipeline-deploy check * update changeset
1 parent 7c5abe2 commit ecf89fa

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.changeset/perfect-grapes-lay.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/cli/src/commands/pipeline-deploy/pipeline_deploy_command.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export class PipelineDeployCommand
127127
resolution: '--branch and --app-id must be at least 1 character',
128128
});
129129
}
130+
return true;
130131
});
131132
};
132133
}

0 commit comments

Comments
 (0)