Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] Fix yarn-offline-mirror (#196224)
Currently CI is configuring a yarn offline mirror outside of the Kibana directory, with the intention of caching assets during image build. This configuration is ignored due to .yarnrc taking precedence, resulting in the offline mirror being setup in the local Kibana installation. On CI start, a fresh checkout of the repository is made and the cache directory is empty. Instead of setting a user level configuration this modifies .yarnrc with the intended directory. (cherry picked from commit f793c3b)
- Loading branch information