refs #4922 debuild image updated, debian/rules remove corepack
This commit is contained in:
parent
e7aebc371e
commit
33bc413e8c
|
@ -39,7 +39,7 @@ pipeline {
|
|||
}
|
||||
agent {
|
||||
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/'
|
||||
registryCredentialsId 'docker-registry'
|
||||
}
|
||||
|
|
|
@ -10,7 +10,6 @@ clean:
|
|||
dh_clean $@
|
||||
|
||||
build:
|
||||
corepack enable pnpm
|
||||
pnpm install --prefer-offline
|
||||
pnpm exec quasar build
|
||||
|
||||
|
|
Loading…
Reference in New Issue