pull/235/head
mdugdale 2021-04-14 00:55:35 +01:00
parent ece5793203
commit 801cf9c58e
2 changed files with 4 additions and 4 deletions

6
dist/index.js vendored
View File

@ -262,9 +262,9 @@ class AWS {
echo ' ' echo ' '
libDir="/${efsDirectoryName}/${buildUid}/${repositoryDirectoryName}/${buildParameters.projectPath}/Library" libDir="/${efsDirectoryName}/${buildUid}/${repositoryDirectoryName}/${buildParameters.projectPath}/Library"
if [ -d "$libDir" ]; then if [ -d "$libDir" ]; then
echo "Library folder already present, make sure you setup .gitignore correctly" echo "Library folder already present, make sure you setup .gitignore correctly"
echo "Cleaning out Library folder for this build" echo "Cleaning out Library folder for this build"
rm -r "$libDir" rm -r "$libDir"
fi fi
echo "Checking cache" echo "Checking cache"
# Restore cache # Restore cache

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long