osbs: fix conditional on atomic-reactor tarball hardlink from rpm for buildroot
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
125f2fb8ea
commit
3c47bfa3f2
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,7 @@
|
||||||
state: hard
|
state: hard
|
||||||
notify:
|
notify:
|
||||||
- buildroot container
|
- buildroot container
|
||||||
when: etc_ar_stat.stat.exists and usr_ar_stat.stat.checksum != etc_ar_stat.stat.checksum
|
when: etc_ar_stat.stat.exists == false
|
||||||
|
|
||||||
- name: pull fedora required docker images
|
- name: pull fedora required docker images
|
||||||
shell: "docker pull {{docker_registry}}/{{item}}"
|
shell: "docker pull {{docker_registry}}/{{item}}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue