Let caller override config paths for luigi overnight scripts
This commit is contained in:
parent
ebf94fb7dc
commit
a9bbee572a
3 changed files with 9 additions and 5 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
cd ${envroot}
|
||||
|
||||
RATTAIL="bin/rattail --config=app/cron.conf"
|
||||
export RATTAIL_CONFIG_FILES=${overnight_conf}
|
||||
|
||||
$RATTAIL overnight -k ${automation.lower()} <%text>\</%text>
|
||||
bin/rattail overnight -k ${automation.lower()} <%text>\</%text>
|
||||
--no-versioning <%text>\</%text>
|
||||
% if email_key is not Undefined and email_key:
|
||||
--email-key '${email_key}' <%text>\</%text>
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
cd ${envroot}
|
||||
|
||||
RATTAIL="bin/rattail --config=app/cron.conf"
|
||||
export RATTAIL_CONFIG_FILES=${overnight_conf}
|
||||
|
||||
$RATTAIL overnight -k ${automation.lower()} <%text>\</%text>
|
||||
bin/rattail overnight -k ${automation.lower()} <%text>\</%text>
|
||||
--no-versioning <%text>\</%text>
|
||||
% if email_key is not Undefined and email_key:
|
||||
--email-key '${email_key}' <%text>\</%text>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue