How to disable remote cache for ios_application
#1640
-
Hi, I want to disable remote-cache for ios_application(
name = "app",
tags = ["no-remote-cache"],
) What's the proper way to disable remote-cache for Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
brentleyjones
Aug 30, 2022
Replies: 1 comment 1 reply
-
That should work if you have
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kkpattern
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That should work if you have
--experimental_allow_tags_propagation
enabled. If you want to apply it more globally you can use--modify_execution_info
: