We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78657f4 + 062f7ad commit 29b3785Copy full SHA for 29b3785
1 file changed
buildrunner/__init__.py
@@ -115,10 +115,10 @@ def __init__(
115
self.log.write(
116
f"{err}\nPlease verify you have a VCS set up for this project.\n"
117
)
118
- sys.exit()
+ sys.exit(1)
119
except VCSMissingRevision as err:
120
self.log.write(f"{err}\nMake sure you have at least one commit.\n")
121
122
123
# load global configuration - must come *after* VCS detection
124
BuildRunnerConfig.initialize_instance(
0 commit comments