init codepipeline

pull/3/head
kevin zhuang 4 years ago
parent 54e70e57b2
commit d3a1a0590d

@ -0,0 +1,12 @@
version: 0.2
phases:
install:
commands:
- echo Installing shellcheck ...
- amazon-linux-extras install epel -y
- yum install ShellCheck -y
build:
commands:
- echo Checking script compliance
- ./shellcheck.sh
Loading…
Cancel
Save