We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a61ca commit 8678357Copy full SHA for 8678357
1 file changed
singularity/build/main.py
@@ -111,6 +111,7 @@ def run_build(build_dir, params, verbose=True):
111
bot.exit("Cannot find build template. Exiting.")
112
113
# START TIMING
114
+ bot.info("\nSTARTING BUILD")
115
start_time = datetime.now()
116
117
try:
0 commit comments