Skip to content

chore: Script files cleanup #497

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 27, 2020
Merged

chore: Script files cleanup #497

merged 3 commits into from
Nov 27, 2020

Conversation

krizzu
Copy link
Member

@krizzu krizzu commented Nov 24, 2020

Summary

Naming and location of scripts/commands was not good, so did a small cleanup.

  • Moved .circleci/scripts content to scripts in root (and renamed them to platform_e2e)
  • Each script contains all necessary functionality for e2e (like bulding apk/ipa, running emulator)

Test Plan

Green CI.

@krizzu krizzu requested a review from tido64 November 24, 2020 08:53

# Booting emulator in headless mode
eval "open $devDir --args -CurrentDeviceUDID $deviceUUID"

# Decide if should run headless or not
if [ "$runHeadless" -eq 0 ]; then
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we never used this one, so removed

@krizzu krizzu merged commit 02e56ba into master Nov 27, 2020
@krizzu krizzu deleted the chore/config-cleanup branch November 27, 2020 12:12
@krizzu
Copy link
Member Author

krizzu commented Jan 18, 2021

🎉 This PR is included in version 1.13.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants