Bodhi: define /home/cverna to /tmp so that celery have permission to write file there
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
a5cb85b46e
commit
4cd79744f5
1 changed files with 3 additions and 0 deletions
|
@ -391,6 +391,9 @@ items:
|
||||||
- name: bodhi-celery-beat
|
- name: bodhi-celery-beat
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
image: bodhi-base-prebuilt:staging
|
image: bodhi-base-prebuilt:staging
|
||||||
|
env:
|
||||||
|
- name: HOME
|
||||||
|
value: "/tmp"
|
||||||
command: ["/usr/bin/celery"]
|
command: ["/usr/bin/celery"]
|
||||||
args: ["beat", "-A", "bodhi.server.tasks.app", "-l", "info"]
|
args: ["beat", "-A", "bodhi.server.tasks.app", "-l", "info"]
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue