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

launch: removed build-related booleans

This utility used to be about Docker builds in a previous
incarnation (and its name was `build-launch`), but that was
long ago.
parent d6f451b69edf
No related branches found
No related tags found
1 merge request!21Cleanups and linting
......@@ -130,8 +130,6 @@
log_vol = expand_join(volumes_dir, parsed_args.volume_logs)
src_vol = os.path.expanduser(parsed_args.volume_src)
do_build_dev = do_build_base = False
image_tag = parsed_args.image_tag
run_image_tag = image_tag
......
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