File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
export MSYS_NO_PATHCONV=1
8
8
export MSYS2_ARG_CONV_EXCL=" *"
9
9
10
- # storeCache <local path> <cache location>
10
+ # storeCache <local path> <cache location> <os type>
11
11
function storeCache {
12
12
localPath=" $1 "
13
13
alias=" $2 "
@@ -38,7 +38,7 @@ function storeCache {
38
38
cd $CODEBUILD_SRC_DIR
39
39
}
40
40
41
- # loadCache <cache location> <local path>
41
+ # loadCache <cache location> <local path> <os type>
42
42
function loadCache {
43
43
alias=" $1 "
44
44
localPath=" $2 "
@@ -258,6 +258,7 @@ function _setupE2ETestsLinux {
258
258
function _setupE2ETestsWindows {
259
259
echo " Setup E2E Tests Windows"
260
260
loadCacheFromWindowsBuildJob
261
+ loadCache verdaccio-cache $CODEBUILD_SRC_DIR /../verdaccio-cache windows
261
262
_installCLIFromLocalRegistry windows
262
263
_loadTestAccountCredentials
263
264
_setShell
You can’t perform that action at this time.
0 commit comments