mirror of
https://github.com/hmalik144/Driver.git
synced 2025-12-10 02:45:20 +00:00
* - updated config.yml - Fastlane added - lanes added for upload to playstore Took 3 hours 34 minutes * - refactoring of admin app - file structure updated Took 34 hours 38 minutes * - minor bug fixes Took 3 hours 24 minutes * - mid commit Took 4 hours 2 minutes * - mid commit * - mid commit Took 8 hours 5 minutes * - mid commit * - mid commit * - mid commit Took 55 minutes * - Robots added for tests - Tests added - view naming refactoring - Image selecting stubbing added Took 3 hours 48 minutes * - code clean up * first commit * Update driver-8f4a1.json * - Approver for documents as Admin (#19) - Approver for documents as Admin - UI tests for document approving - update config.yml - update android test suite - idling resources added for toast - toast methods refactored - tests for approving updated * Driver admin complete - empty view for no users - edit user identifier - test for driver admin added * Driver admin complete - update carousel version * Driver admin complete - update carousel version * mid commit * fix failing tests * Updated config.yml * - screenshot library setup - pull screenshot after tests - update to fastfile to produce bundles instead of .apks Took 4 hours 17 minutes * - config.yml updated Took 37 minutes * Updated config.yml * Updated config.yml * Updated config.yml * Updated config.yml * Updated config.yml * Updated config.yml * Updated config.yml * Updated config.yml * fix failing tests * fix failing tests * - lint checks * Circleci update (#30) - dirty fix for failing test * Updated to circleci (#31) circleci config.yml updated * Circleci branch deployment fix (#32) - circleci Local testing - circleci deployment fixed - submodule circleci fix
3 lines
524 B
Bash
3 lines
524 B
Bash
circleci config process .circleci/local_config.yml > process.yml
|
|
circleci local execute -v $(pwd):/root/repo -c process.yml deploy-to-play-store-1 -e $GIT_EMAIL="h.malik144@gmail.com" -e BASE64_KEYSTORE=$BASE64_KEYSTORE -e RELEASE_KEYSTORE=$RELEASE_KEYSTORE -e RELEASE_STORE_PASSWORD=$RELEASE_STORE_PASSWORD -e RELEASE_KEY_PASSWORD=$RELEASE_KEY_PASSWORD -e RELEASE_KEY_ALIAS=$RELEASE_KEY_ALIAS -e DOCKER_USERNAME=$DOCKER_USERNAME -e DOCKER_PASSWORD=$DOCKER_PASSWORD -e DRIVER_GOOGLE_SERVICES_B64=$DRIVER_GOOGLE_SERVICES_B64
|