Merge pull request #1304 from runcom/fix-ami-build

contrib: test: fix runc build on AMIs
This commit is contained in:
Mrunal Patel 2018-02-08 13:07:08 -08:00 committed by GitHub
commit 28997fe4cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@
- name: clone build and install runc
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
include: "build/plugins.yml"