ODCS: Fix the version in ELN periodic compose.

This commit is contained in:
Jan Kaluza 2020-05-04 14:22:42 +02:00
parent 6d3a763549
commit 0b4ba5bdac

View file

@ -228,5 +228,5 @@
cron:
name: "ELN periodic compose"
special_time: hourly
job: "odcs --token=/etc/releng-odcs-oidc-token create-raw-config --compose-type=production --label=Alpha eln eln"
job: "odcs --token=/etc/releng-odcs-oidc-token create-raw-config --compose-type=production --label=Alpha-0.1 eln eln"
when: inventory_hostname.startswith('odcs-backend-releng01')