adding it

This commit is contained in:
Lucas Gravley 2019-12-03 14:29:16 -06:00
parent 71f61ef2f3
commit baf54e084c

View file

@ -2008,7 +2008,7 @@ BuildFileList()
##################################################################### #####################################################################
# Switch codebase back to master to get a list of all files changed # # Switch codebase back to master to get a list of all files changed #
##################################################################### #####################################################################
SWITCH_CMD=$(cd "$GITHUB_WORKSPACE" || exit; git checkout master; git pull; git fetch 2>&1) SWITCH_CMD=$(cd "$GITHUB_WORKSPACE" || exit; git pull; git checkout origin/master 2>&1)
####################### #######################
# Load the error code # # Load the error code #
@ -2061,7 +2061,7 @@ BuildFileList()
# Print file # # Print file #
############## ##############
echo "File:[$FILE]" echo "File:[$FILE]"
########################### ###########################
# Get the files extension # # Get the files extension #
########################### ###########################