Skip to content

Commit 7311db7

Browse files
committed
added the exit code
1 parent f296094 commit 7311db7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/helpers/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ config.packageFileName = "bstackPackages.tar.gz";
2121
config.packageDirName = "tmpBstackPackages";
2222
config.retries = 5;
2323
config.networkErrorExitCode = 2;
24+
config.buildFailedExitCode = 3;
2425

2526
module.exports = config;

0 commit comments

Comments
 (0)