forked from verdnatura/hedera-web
refs #4922 debuild image updated, debian/rules remove corepack
This commit is contained in:
parent
e7aebc371e
commit
33bc413e8c
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue