Skip to content
Snippets Groups Projects
Commit 3706fe53 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

gstlal_ll_inspiral_pipe: fix repeated option in gstlal_ll_dq jobs causing...

gstlal_ll_inspiral_pipe: fix repeated option in gstlal_ll_dq jobs causing issues when auth/https is disabled
parent 6692a424
No related branches found
No related tags found
No related merge requests found
Pipeline #65341 passed with warnings
......@@ -360,8 +360,6 @@ for ifo in channel_dict:
"influx-database-name": options.influx_database_name,
"influx-hostname": options.influx_hostname,
"influx-port": options.influx_port,
"enable-auth": options.enable_auth,
"enable-https": options.enable_https,
})
if options.enable_auth:
common_opts.update({"enable-auth": ""})
......
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