cleanup
parent
532ba73068
commit
c6a6a4a919
|
|
@ -266,10 +266,10 @@ class AWS {
|
||||||
libDir="/${efsDirectoryName}/${buildUid}/${repositoryDirectoryName}/${buildParameters.projectPath}/Library"
|
libDir="/${efsDirectoryName}/${buildUid}/${repositoryDirectoryName}/${buildParameters.projectPath}/Library"
|
||||||
|
|
||||||
# if library directory doesn't exist create it,
|
# if library directory doesn't exist create it,
|
||||||
if [ -d $libDir ]; then
|
# if [ -d $libDir ]; then
|
||||||
echo "Library folder already present, make sure you setup .gitignore correctly (cleaning out Library folder for this build)!"
|
# echo "Library folder already present, make sure you setup .gitignore correctly (cleaning out Library folder for this build)!"
|
||||||
rmdir -r $libDir
|
# rm -r $libDir
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
echo "Checking cache"
|
echo "Checking cache"
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -54,10 +54,10 @@ class AWS {
|
||||||
libDir="/${efsDirectoryName}/${buildUid}/${repositoryDirectoryName}/${buildParameters.projectPath}/Library"
|
libDir="/${efsDirectoryName}/${buildUid}/${repositoryDirectoryName}/${buildParameters.projectPath}/Library"
|
||||||
|
|
||||||
# if library directory doesn't exist create it,
|
# if library directory doesn't exist create it,
|
||||||
if [ -d $libDir ]; then
|
# if [ -d $libDir ]; then
|
||||||
echo "Library folder already present, make sure you setup .gitignore correctly (cleaning out Library folder for this build)!"
|
# echo "Library folder already present, make sure you setup .gitignore correctly (cleaning out Library folder for this build)!"
|
||||||
rmdir -r $libDir
|
# rm -r $libDir
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
echo "Checking cache"
|
echo "Checking cache"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue