Remove fastlane cached cookie (#6206)

This commit is contained in:
Aleksandr Chebotov
2022-09-09 16:58:47 +02:00
committed by GitHub
parent d2c7d51d00
commit 8129295567

View File

@@ -22,6 +22,9 @@ mv $HOME/image-generation/assets/* /usr/local/opt/$USER/scripts
find /usr/local/opt/$USER/scripts -type f -name "*\.sh" -exec chmod +x {} \;
# Remove fastlane cached cookie
rm -rf ~/.fastlane
# Clean up npm cache which collected during image-generation
# we have to do that here because `npm install` is run in a few different places during image-generation
npm cache clean --force