Updating shellcheck for all tests. Gnupg-git can not be tested on CentOS

pull/117/head
Carlos Hernandez 7 years ago
parent 3c8f93f04d
commit fbcb2c045a

@ -24,17 +24,14 @@
state: link
- name: Get ShellCheck
get_url:
get_url:
url: https://storage.googleapis.com/shellcheck/shellcheck-latest.linux.x86_64.tar.xz
dest: /tmp/shellcheck.tar.xz
- name: Install ShellCheck
unarchive:
src: /tmp/shellcheck.tar.xz
dest: /usr/bin
extra_opts:
- --strip-components=1
- --wildcard ".shellcheck"
command: tar xvf /tmp/shellcheck.tar.xz --strip-component=1 --wildcards "*shellcheck" -C /usr/bin
args:
warn: no
- name: Install fpm
gem:

@ -142,3 +142,4 @@ suites:
rspec_path: '/usr/local/bin'
excludes:
- ubuntu-latest
- centos-latest

Loading…
Cancel
Save