Skip to content
Snippets Groups Projects
Commit 8bccc7ff2070 authored by Georges Racinet's avatar Georges Racinet
Browse files

push-release: fixed misleading log message

Since we dropped Python 2, we only have one testing image
for each series.
parent 6551366079c0
No related branches found
No related tags found
No related merge requests found
......@@ -82,9 +82,7 @@
stable_series = parsed_args.stable_series
version = read_versions(stable_series=stable_series)
logger.info(
"Detected version %r in both testing images and checked consistency",
version)
logger.info("Detected version %r in testing image", version)
if not parsed_args.simulate and not parsed_args.no_confirmation:
print("Are you sure you want to tag and push version %r?" % version)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment