Skip to content
Snippets Groups Projects
Commit 7b123abc authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6238 fix ERR_SOCKET_TIMEOUT (2)

parent c33e1129
No related branches found
No related tags found
1 merge request!1OZG-6238 NPM durch PNPM ersetzen
......@@ -84,7 +84,7 @@ pipeline {
sh 'node --version'
dir('alfa-client') {
sh 'pnpm install'
sh 'pnpm install --frozen-lockfile --network-concurrency 8'
if (isMasterBranch()) {
withSonarQubeEnv('sonarqube-ozg-sh'){
......
......@@ -64,7 +64,7 @@ pipeline {
withNPM(npmrcConfig: 'npm-nexus-auth') {
dir('alfa-client') {
sh 'pnpm install'
sh 'pnpm install --frozen-lockfile --network-concurrency 8'
if (isReleaseBranch()) {
sh 'pnpm run ci-prodBuild-admin'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment