0
1
Fork 0

refs #4922 debuild image updated, debian/rules remove corepack

This commit is contained in:
Juan Ferrer 2024-11-27 15:16:33 +01:00
parent e7aebc371e
commit 33bc413e8c
2 changed files with 1 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -39,7 +39,7 @@ pipeline {
} }
agent { agent {
docker { docker {
image 'registry.verdnatura.es/verdnatura/debuild:2.23.4-vn7' image 'registry.verdnatura.es/verdnatura/debuild:2.23.4-vn8'
registryUrl 'https://registry.verdnatura.es/' registryUrl 'https://registry.verdnatura.es/'
registryCredentialsId 'docker-registry' registryCredentialsId 'docker-registry'
} }

1
debian/rules vendored
View File

@ -10,7 +10,6 @@ clean:
dh_clean $@ dh_clean $@
build: build:
corepack enable pnpm
pnpm install --prefer-offline pnpm install --prefer-offline
pnpm exec quasar build pnpm exec quasar build