Skip to content

Commit

Permalink
Merge pull request #522 from soramitsu/feature/dops-2312/test-corepack
Browse files Browse the repository at this point in the history
[DOPS: 2312] Create images with corepack
  • Loading branch information
f33r0 authored Apr 4, 2023
2 parents 91752b4 + fbc78e3 commit 8600146
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
def pipeline = new org.js.LibPipeline(
steps: this,
packageManager: 'pnpm',
buildDockerImage: 'build-tools/node:14-ubuntu-cypress',
buildDockerImage: 'build-tools/node:16-cypress-corepack',
npmLoginEmail: '[email protected]',
dockerImageName: 'soramitsu/soramitsu-js-ui-library',
testCmds: ['pnpm test:all'],
preBuildCmds: ['npm install -g n','n 16.17.0', 'n prune', "npm install -g pnpm", "pnpm install"],
pushCmds: ['pnpm publish-workspaces --no-verify-access'],
pushCmds: ['pnpm publish-workspaces'],
libPushBranches: ['master', 'next'],
dockerImageTags: ['master':'latest', 'next':'next'],
libExamplesBuildCmds: ['pnpm sb:build']
Expand Down

0 comments on commit 8600146

Please sign in to comment.