Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64b78a5

Browse files
committed
Change make_images output a little bit
1 parent f633bce commit 64b78a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

make_images.py

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
travis_conf_line = '- DOCKER_IMAGE=%s'
2828
travis_conf = []
29+
print("")
2930

3031
for pg_version in pg_versions:
3132
pgname = 'pg%s' % pg_version.replace('.', '')
@@ -54,4 +55,5 @@
5455
print("upload ok:", image_name)
5556
travis_conf.append(travis_conf_line % image_name)
5657

58+
print("\ntravis configuration")
5759
print('\n'.join(travis_conf))

0 commit comments

Comments
 (0)