2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-12-23 18:48:58 +00:00

remove some debugging lines

This commit is contained in:
chabad360 2020-03-04 02:22:29 +00:00
parent 8c00873065
commit 34d97848b5

View File

@ -21,12 +21,6 @@ parser.add_argument('-o', '--tag-only', required=False, action='store_true', des
args = parser.parse_args() args = parser.parse_args()
print('image_type = {!r}'.format(args.image_type))
print('service = {!r}'.format(args.service))
print('version = {!r}'.format(args.version))
print('tag = {!r}'.format(args.tag))
print('tag_only = {!r}'.format(args.tag_only))
def git_version(service, version): def git_version(service, version):
print(f'Pulling {service} v{version}') print(f'Pulling {service} v{version}')
subprocess.run(f'git clone https://github.com/frappe/{service} --branch version-{version}', shell=True) subprocess.run(f'git clone https://github.com/frappe/{service} --branch version-{version}', shell=True)