pull/3/head
kevin zhuang 4 years ago
parent 3589e76920
commit 9b7ff8648d

@ -4,7 +4,9 @@ phases:
install:
commands:
- echo Installing shellcheck ...
- yum install epel -y
- yum update -y
- yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
- yum-config-manager --enable epel
- yum install ShellCheck -y
build:
commands:

Loading…
Cancel
Save