This commit is contained in:
Lucas Gravley 2020-02-04 11:56:02 -06:00
parent bc42254fd5
commit 3b4ce6f234
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM node:latest FROM node:10
# Create app directory # Create app directory
RUN mkdir -p /usr/src/app RUN mkdir -p /usr/src/app

View file

@ -1290,7 +1290,7 @@ TestCodebase()
################################# #################################
# Get list of all files to lint # # 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)) LIST_FILES=($(cd "$GITHUB_WORKSPACE/$TEST_CASE_FOLDER" || exit; ls ansible/ | grep ".yml" 2>&1))
else else
################################# #################################