CI: use a fixed runc version, not master

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2017-10-16 14:50:13 +02:00
parent 24f131584b
commit ab68c553d8
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9

View file

@ -4,6 +4,7 @@
git:
repo: "https://github.com/opencontainers/runc.git"
dest: "{{ ansible_env.GOPATH }}/src/github.com/opencontainers/runc"
version: "84a082bfef6f932de921437815355186db37aeb1"
- name: build runc
make: