Skip to content

Commit

Permalink
Enable Yarn inline builds
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
  • Loading branch information
marvinruder committed Feb 29, 2024
1 parent 3b36042 commit 755b5e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ node('rating-tracker-build') {
stage ('Install dependencies') {
// Change config files for use in CI, copy cache to workspace and install dependencies
sh """
echo \"enableInlineBuilds: true\" >> .yarnrc.yml
echo \"globalFolder: /workdir/cache/yarn/global\" >> .yarnrc.yml
mkdir -p \$HOME/.cache/yarn \$HOME/.cache/prisma ./cache
cp -arln \$HOME/.cache/yarn \$HOME/.cache/prisma ./cache || :
Expand Down

0 comments on commit 755b5e3

Please sign in to comment.