Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/javascript/typescrip…
Browse files Browse the repository at this point in the history
…t-eslint/eslint-plugin-5.59.2
  • Loading branch information
wirednkod authored May 3, 2023
2 parents 9c396ad + 5961d25 commit 17df7d2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const getVersion = async (
command: string,
): Promise<SubstrateCliArgsVersion> => {
const client = getClient() as KubeClient;
const fullCmd = `${command} --help | grep ws-port`;
// use echo to not finish the pod with error status.
const fullCmd = `${command} --help | grep ws-port || echo "V1"`;
const node = await createTempNodeDef(
"temp",
image,
Expand Down

0 comments on commit 17df7d2

Please sign in to comment.