Fix Fedora-ELN crontab.

This commit is contained in:
Jan Kaluza 2020-10-03 06:54:45 +02:00
parent ffac127467
commit 9268071984

View file

@ -226,5 +226,5 @@
name: "ELN periodic compose"
minute: "0"
hour: "*/3"
job: 'odcs --token=/etc/releng-odcs-oidc-token create-raw-config --compose-type=production --label=Alpha-0.`date \"+\%s\"` eln eln'
job: 'odcs --token=/etc/releng-odcs-oidc-token create-raw-config --compose-type=production --label=Alpha-0.`date "+\%s"` eln eln'
when: inventory_hostname.startswith('odcs-backend-releng')