diff --git a/buildspec.yml b/buildspec.yml index 7c03397..5f1e69c 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -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: