Closed anton6tak closed 3 years ago
to successful pod install:
export ORIGINAL_HOME=$HOME && \ export HOME=$(pwd) && \ echo "machine api.mapbox.com\nlogin mapbox\npassword $MAPBOX_SECRET_TOKEN" > ~/.netrc && \ (cd sample/ios-app && pod install) && \ export HOME=$ORIGINAL_HOME
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information 0.0% Duplication
to successful pod install: