Skip to content

Commit

Permalink
ci: use storeCacheForLinuxBuildJob
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed May 17, 2024
1 parent 176a9ef commit b678d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function _installLinux {
_setShell
echo "Linux Install"
yarn run production-install
storeCacheForBuildJob
storeCacheForLinuxBuildJob
}

function _testLinux {
Expand Down Expand Up @@ -473,7 +473,7 @@ function _deploy {
}

function _deprecate {
loadCacheFromBuildJob
loadCacheFromLinuxBuildJob
echo "Deprecate"
echo "Authenticate with NPM"
if [ "$USE_NPM_REGISTRY" == "true" ]; then
Expand Down

0 comments on commit b678d29

Please sign in to comment.