Switched license generation to cache registry and pnpm
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3a576d1073
commit
0a6d92a1f3
@ -29,8 +29,9 @@ steps:
|
||||
depends_on: ["clone"]
|
||||
image: registry.odit.services/hub/library/node:19.7.0-alpine3.16
|
||||
commands:
|
||||
- yarn
|
||||
- yarn licenses:export
|
||||
- npm config set registry http://npm-cache.drone.svc.cluster.local:8080 && npm i -g pnpm
|
||||
- pnpm i
|
||||
- pnpm licenses:export
|
||||
- name: push new licenses file to repo
|
||||
depends_on: ["run full license export"]
|
||||
image: appleboy/drone-git-push
|
||||
|
Loading…
x
Reference in New Issue
Block a user