Skip to content

Commit 0ec342b

Browse files
authored
fix: windows CI not catching latest repo change (#778)
1 parent dc5ac44 commit 0ec342b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

shared-scripts.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
export MSYS_NO_PATHCONV=1
88
export MSYS2_ARG_CONV_EXCL="*"
99

10-
# storeCache <local path> <cache location>
10+
# storeCache <local path> <cache location> <os type>
1111
function storeCache {
1212
localPath="$1"
1313
alias="$2"
@@ -38,7 +38,7 @@ function storeCache {
3838
cd $CODEBUILD_SRC_DIR
3939
}
4040

41-
# loadCache <cache location> <local path>
41+
# loadCache <cache location> <local path> <os type>
4242
function loadCache {
4343
alias="$1"
4444
localPath="$2"
@@ -258,6 +258,7 @@ function _setupE2ETestsLinux {
258258
function _setupE2ETestsWindows {
259259
echo "Setup E2E Tests Windows"
260260
loadCacheFromWindowsBuildJob
261+
loadCache verdaccio-cache $CODEBUILD_SRC_DIR/../verdaccio-cache windows
261262
_installCLIFromLocalRegistry windows
262263
_loadTestAccountCredentials
263264
_setShell

0 commit comments

Comments
 (0)