Merge pull request #1304 from runcom/fix-ami-build
contrib: test: fix runc build on AMIs
This commit is contained in:
commit
28997fe4cd
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
- name: clone build and install runc
|
- name: clone build and install runc
|
||||||
include: "build/runc.yml"
|
include: "build/runc.yml"
|
||||||
when: "{{ not use_system_runc | default(True) | bool}}"
|
when: "{{ build_runc | default(True) | bool}}"
|
||||||
|
|
||||||
- name: clone build and install networking plugins
|
- name: clone build and install networking plugins
|
||||||
include: "build/plugins.yml"
|
include: "build/plugins.yml"
|
||||||
|
|
Loading…
Reference in a new issue