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
Describe the bug
The jobs ignores cache_checksum_file and cache_key inputs and use the default values.
To Fix
Place this variables under the call to the with_cache command instead of under steps/run which refers only to the scope of the ./gradew shell command.
The text was updated successfully, but these errors were encountered:
Orb Version
2.2.0
Describe the bug
The jobs ignores
cache_checksum_file
andcache_key
inputs and use the default values.To Fix
Place this variables under the call to the
with_cache
command instead of understeps/run
which refers only to the scope of the./gradew
shell command.The text was updated successfully, but these errors were encountered: