Skip to content

Instantly share code, notes, and snippets.

View obliviusm's full-sized avatar
🏠
Can't work from home because of russians

Misha Sebalo obliviusm

🏠
Can't work from home because of russians
View GitHub Profile
bundle install
echo “API_URL=$API_URL” >> .env
echo “APP_NAME=$APP_NAME” >> .env
mkdir -p ~/.gradle && cp config/gradle.properties ~/.gradle/gradle.properties
if [ “${CIRCLE_BRANCH}” == “master” ]; then
- run: yarn run test:ci
- run: yarn run lint
- run:
name: Install dependencies
command: yarn
- image: jetthoughts/android-react-native:1.0
cd android && bundle exec fastlane android beta
crashlytics(
api_token: ENV[‘CRASHLYTICS_API_TOKEN’],
build_secret: ENV[‘CRASHLYTICS_BUILD_SECRET’],
groups: ‘main’
)
gradle(task: “assembleRelease”)