federicoiosue / Omni-Notes

Open source note-taking application for Android
https://omninotes.app
GNU General Public License v3.0
2.69k stars 1.11k forks source link

Fix for Mr. Jingel, it was not displayed after swiping #809

Closed tappdesign closed 3 years ago

tappdesign commented 3 years ago

Fix for Mr. Jingel, it was not displayed after swiping note from archive to trash

federicoiosue commented 3 years ago

Great!

I didn't checked at the moment but seems that your commit broke the continuous integration. Would you mind to give a look? Don't mind about Codacy, just CI.

Thanks!

tappdesign commented 3 years ago

the error is:

> Task :sonarqube
Failed to check if project 'omni-notes' is bound

FAILURE: Build failed with an exception.
> Task :sonarqube FAILED

30 actionable tasks: 30 executed
* What went wrong:
Execution failed for task ':sonarqube'.
> You're not authorized to run analysis. Please contact the project administrator.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

I have nearly no experiences with CI / sonar... but here is some hint (at the end of page) https://community.sonarsource.com/t/sonarcloud-circleci-and-graldle-failed-with-sonar-pullrequest-branch-is-mandatory-for-a-pull-request-analysis/20855/8

it has something to do with environment variables $CIRCLE_BRANCH... maybe not exact, but it looks like it is settings regarding issue.....