Hi, I have a iOS project which runs a Cache: Pull after checking out the code and a Cache: Push at the end of the workflow. I have three different workflows (for PR, deploy, etc. not sure this matters).
Each time a the Cache: Pull is run I get the following output:
| (2) cache-pull |
+------------------------------------------------------------------------------+
| id: cache-pull |
| version: 2.1.3 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: go |
| time: 2019-12-10T19:27:57Z |
+------------------------------------------------------------------------------+
Config:
- CacheAPIURL: [REDACTED]
- DebugMode: false
- StackID: osx-xcode-11.1.x
Downloading remote cache archive
Checking archive and current stacks
current stack id: osx-xcode-11.1.x
archive stack id:
Cache was created on stack: , current stack: osx-xcode-11.1.x
Skipping cache pull, because of the stack has changed
The stack is the same for each workflow and has not been changed for a while. Could someone tell me what do I have to do so that the cache is correctly pulled?