Skip to content
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

Comment out everything else and just echo the initial environment var… #817

Merged
merged 21 commits into from
Apr 4, 2022

Conversation

shankari
Copy link
Contributor

@shankari shankari commented Apr 3, 2022

…iables

So that at least it shows up
Not sure why it is hanging through
+ ensure that this only runs when the prerequisite script is changed
Since we are running it with `yes Y | ...` and it does not appear to exit
automatically
We will try different options to pass in the prompt since the `yes` pipe doesn't seem to work
https://www.baeldung.com/linux/bash-interactive-prompts
- Diff check is expected to fail
- Install check should be the last item so that the workflow will fail correctly
Which makes it easier to find errors in these giant scripts
```
$ if [ ! -f $ANDROID_SDK_ROOT/emulator ]; then echo "not found" fi
> -bash: syntax error: unexpected end of file
$ if [ ! -f $ANDROID_SDK_ROOT/emulator ]; then echo "not found"; fi
not found
```
Reverts "Run the test CI for all pushes and PRs" which will not be a separate
commit once we squash and merge
@shankari shankari merged commit 2423030 into e-mission:test_sdk_install Apr 4, 2022
@shankari shankari deleted the minor_fit_and_finish branch April 4, 2022 22:13
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.

1 participant