kopia lustrzana https://github.com/simonw/datasette
Removed un-used variable
rodzic
142a550a99
commit
ba515fc56e
|
@ -233,7 +233,6 @@ def make_dockerfile(files, metadata_file, extra_options, branch, template_dir, p
|
||||||
for opt in extra_options.split():
|
for opt in extra_options.split():
|
||||||
cmd.append('"{}"'.format(opt))
|
cmd.append('"{}"'.format(opt))
|
||||||
|
|
||||||
install_from = 'datasette'
|
|
||||||
if branch:
|
if branch:
|
||||||
install = ['https://github.com/simonw/datasette/archive/{}.zip'.format(
|
install = ['https://github.com/simonw/datasette/archive/{}.zip'.format(
|
||||||
branch
|
branch
|
||||||
|
|
Ładowanie…
Reference in New Issue