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

Wrong gradle command being use in nowsecure/[email protected] #3

Open
asegurola opened this issue Nov 3, 2021 · 0 comments
Open

Comments

@asegurola
Copy link

When using the orb nowsecure/[email protected] in circleci as desbribed in

The orb source code for the command mobile_security_test runs:

cd auto-circleci-plugin-1.2.0 && gradle run -Dauto.url=...

When it should be running:

cd auto-circleci-plugin-1.2.0 && ./gradlew run -Dauto.url=<<

I can see that the repo was updated to use ./gradlew instead of gradle but the orb in the circle registry seems to be outdated and still using just 'gradle' which makes it fail.

I am guessing that someone needs to post an update to circleci with the new orb code.

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

No branches or pull requests

1 participant