mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-02 21:40:18 +00:00
Moving to latest ShellCheck on all platforms
This commit is contained in:
parent
d6ea1f0b5f
commit
5c349648da
@ -23,6 +23,19 @@
|
||||
dest: /usr/bin/bats
|
||||
state: link
|
||||
|
||||
- name: Get ShellCheck
|
||||
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"
|
||||
|
||||
- name: Install fpm
|
||||
gem:
|
||||
name: fpm
|
||||
|
19
.ci-tests/integration/vars/CentOS.yml
Normal file
19
.ci-tests/integration/vars/CentOS.yml
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
test_dependencies:
|
||||
- gawk
|
||||
- git
|
||||
- make
|
||||
- man
|
||||
- redhat-rpm-config
|
||||
- rpm-build
|
||||
- rsync
|
||||
- ruby-devel
|
||||
- rubygems
|
||||
- rubygems-devel
|
||||
|
||||
build_tools:
|
||||
- ImageMagick
|
||||
- autoconf
|
||||
- automake
|
||||
- texinfo
|
||||
- transfig
|
@ -1,12 +1,11 @@
|
||||
---
|
||||
test_dependencies:
|
||||
- gawk
|
||||
- make
|
||||
- git
|
||||
- shellcheck
|
||||
- make
|
||||
- man
|
||||
- ruby-dev
|
||||
- rubygems
|
||||
- man
|
||||
|
||||
build_tools:
|
||||
- autoconf
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
test_dependencies:
|
||||
- ShellCheck
|
||||
- gawk
|
||||
- git
|
||||
- make
|
||||
|
@ -6,7 +6,6 @@ test_dependencies:
|
||||
- man
|
||||
- ruby-dev
|
||||
- rubygems
|
||||
- shellcheck
|
||||
|
||||
build_tools:
|
||||
- autoconf
|
||||
|
@ -3,7 +3,6 @@ test_dependencies:
|
||||
- gawk
|
||||
- make
|
||||
- git
|
||||
- shellcheck
|
||||
- ruby-dev
|
||||
- rubygems
|
||||
- man
|
||||
|
Loading…
Reference in New Issue
Block a user