fix codebuild

pull/3/head
kevin zhuang 4 years ago
parent 3ff7947cec
commit 8cfcde786b

@ -4,9 +4,10 @@ phases:
install:
commands:
- echo Installing shellcheck ...
- yum update -y
- yum-config-manager --enable epel
- yum install ShellCheck -y
build:
commands:
- echo Checking script compliance
- ./shellcheck.sh
- echo $?

Loading…
Cancel
Save