openqa/server - restore a quote that went mysteriously missing

srsly, what the hell.
This commit is contained in:
Adam Williamson 2016-04-08 16:38:54 -07:00
parent 616648a476
commit 55d6ada0f9

View file

@ -232,7 +232,7 @@
- name: Load tests
shell: "/var/lib/openqa/share/tests/fedora/templates --clean"
when: "gittests|changed and deployment_type is not defined"
changed_when: "1 != 1
changed_when: "1 != 1"
- name: Check if the tests changed in previous step
shell: "/usr/share/openqa/script/dump_templates --json > /tmp/tmpl-new.json && json_diff /tmp/tmpl-old.json /tmp/tmpl-new.json"