From 3b4ce6f2345c055f3d75478c449852a74082527a Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Tue, 4 Feb 2020 11:56:02 -0600 Subject: [PATCH] fixed it --- .automation/test/docker/good/Dockerfile | 2 +- lib/linter.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.automation/test/docker/good/Dockerfile b/.automation/test/docker/good/Dockerfile index 07cdfd47..9b15c22e 100644 --- a/.automation/test/docker/good/Dockerfile +++ b/.automation/test/docker/good/Dockerfile @@ -1,4 +1,4 @@ -FROM node:latest +FROM node:10 # Create app directory RUN mkdir -p /usr/src/app diff --git a/lib/linter.sh b/lib/linter.sh index b2b3f7e7..b7323ef4 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -1290,7 +1290,7 @@ TestCodebase() ################################# # Get list of all files to lint # ################################# - # shellcheck disable=SC2207,SC2086 + # shellcheck disable=SC2207,SC2086,SC2010 LIST_FILES=($(cd "$GITHUB_WORKSPACE/$TEST_CASE_FOLDER" || exit; ls ansible/ | grep ".yml" 2>&1)) else #################################