Add new registry to drone build
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
22cb90b6f6
commit
39a613a3f1
@ -4,8 +4,9 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Build with node
|
- name: Build with node
|
||||||
image: node:12
|
image: node:14
|
||||||
commands:
|
commands:
|
||||||
|
- npm config set registry https://npm.hibas123.de
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- name: Publish to docker
|
- name: Publish to docker
|
||||||
|
Reference in New Issue
Block a user