chore: update deploy stdout

This commit is contained in:
Felix Angelov
2023-03-13 14:25:50 -05:00
parent e13e4cc6ea
commit 1e825555f7
2 changed files with 3 additions and 3 deletions
@@ -118,7 +118,7 @@ product_id: $productId
return ExitCode.software.code;
}
logger.success('Deployed ${artifact.path}!');
logger.success('Successfully deployed.');
return ExitCode.success.code;
}
@@ -211,7 +211,7 @@ environment:
command.run,
getCurrentDirectory: () => tempDir,
);
verify(() => logger.success('Deployed ${artifact.path}!')).called(1);
verify(() => logger.success('Successfully deployed.')).called(1);
verify(
() => codePushClient.createPatch(
baseVersion: version,
@@ -235,7 +235,7 @@ environment:
command.run,
getCurrentDirectory: () => tempDir,
);
verify(() => logger.success('Deployed ${artifact.path}!')).called(1);
verify(() => logger.success('Successfully deployed.')).called(1);
verify(
() => codePushClient.createPatch(
baseVersion: version,