You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: