2
0
mirror of https://github.com/kazhala/dotbare synced 2024-11-16 00:12:47 +00:00
dotbare/buildspec.yml

15 lines
364 B
YAML
Raw Normal View History

2020-05-11 04:34:19 +00:00
version: 0.2
phases:
install:
commands:
- echo Installing shellcheck ...
2020-05-11 04:50:44 +00:00
- yum update -y
- yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
- yum-config-manager --enable epel
2020-05-11 04:34:19 +00:00
- yum install ShellCheck -y
build:
commands:
- echo Checking script compliance
- ./shellcheck.sh