[apps.fp.o] remove staging condition on moving apps.yaml over
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
26c38caafa
commit
b1e65c4d53
1 changed files with 0 additions and 3 deletions
|
@ -46,13 +46,10 @@
|
||||||
tags:
|
tags:
|
||||||
- apps-fp-o
|
- apps-fp-o
|
||||||
|
|
||||||
# this was commented out, and might not be working. just turned back on
|
|
||||||
# for staging to test it out.
|
|
||||||
- name: Copy in our app data yaml
|
- name: Copy in our app data yaml
|
||||||
copy: >
|
copy: >
|
||||||
src=apps.yaml dest=/usr/share/apps-fp-o/apps.yaml
|
src=apps.yaml dest=/usr/share/apps-fp-o/apps.yaml
|
||||||
owner=root group=root mode=0644
|
owner=root group=root mode=0644
|
||||||
when: env == 'staging'
|
|
||||||
notify:
|
notify:
|
||||||
- rebuild apps-fp-o html
|
- rebuild apps-fp-o html
|
||||||
- rebuild apps-fp-o json
|
- rebuild apps-fp-o json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue