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
I have a bunch of different ci jobs that happen after forge build - that command in my repo takes quite a few minutes, and i'd like to be able to cache the output files from that to be reused in other ci tasks.
Where does the built output get stored, in a way that i can download that in other ci jobs and reuse them as a form of cache?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a bunch of different ci jobs that happen after
forge build
- that command in my repo takes quite a few minutes, and i'd like to be able to cache the output files from that to be reused in other ci tasks.Where does the built output get stored, in a way that i can download that in other ci jobs and reuse them as a form of cache?
Beta Was this translation helpful? Give feedback.
All reactions