Skip to content

Commit

Permalink
chore: exit with 1 on failed push (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
dianabarsan authored Jun 12, 2024
1 parent d62eacb commit acc81de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/publish/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@ const dockerCommand = (args) => {
await dockerCommand(dockerBuildParams);
} catch (err) {
console.error('Error while building or publishing docker image', err);
process.exit(1);
}
})();

0 comments on commit acc81de

Please sign in to comment.