update glibc
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Trabelsi 2021-06-26 14:47:39 +02:00
parent 02ffdc1606
commit 7ef37d5ca7
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ steps:
- name: test-arch
image: lerentis/ansible:arch
commands:
- pacman -Sy python2 --noconfirm
- pacman -Sy python2 glibc --noconfirm
- ansible-playbook -i tests/inventory tests/test-playbook.yml --syntax-check
- ansible-playbook -i tests/inventory tests/test-playbook.yml
depends_on: