Skip to content
Snippets Groups Projects
Commit 283cc42b0084 authored by Georges Racinet's avatar Georges Racinet :squid:
Browse files

release-full: cosmits

flake8 errors and one additional line feed in order not to miss
the prepared message after the long operation log
parent da3ffb27b0c9
No related branches found
No related tags found
No related merge requests found
......@@ -77,13 +77,13 @@
latest)
subprocess.check_call((BASE_DIR / 'registry-pull-heptapod-push-docker',
'--push',
'--tag', image_testing_tag,
'--verify-hg-tag', omnibus_tag,
'--expected-image-id', image_id))
'--push',
'--tag', image_testing_tag,
'--verify-hg-tag', omnibus_tag,
'--expected-image-id', image_id))
push_release = [BASE_DIR / 'push-release', dash_series]
if latest:
push_release.append('--latest')
subprocess.check_call(push_release)
......@@ -84,10 +84,10 @@
push_release = [BASE_DIR / 'push-release', dash_series]
if latest:
push_release.append('--latest')
subprocess.check_call(push_release)
print("Now brag about it on social media, inserting additional comments "
print("\nNow brag about it on social media, inserting additional comments "
"into the following:\n")
print(TWITT_TEMPLATE.format(version=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