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

@ -4,7 +4,9 @@ phases:
install: install:
commands: commands:
- echo Installing shellcheck ... - 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 - yum install ShellCheck -y
build: build:
commands: commands:

Loading…
Cancel
Save