Adding a popup authentication option.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm
2020-10-28 05:11:47 +01:00
parent 2c4c87927d
commit 6b4ad81940
11 changed files with 267 additions and 87 deletions

View File

@ -6,6 +6,7 @@ steps:
- name: Build with node
image: node:12
commands:
- npm config set registry https://npm.hibas123.de
- npm install
- npm run install
- npm run build
@ -21,7 +22,7 @@ steps:
registry: hibas123.azurecr.io
debug: true
when:
branch: master
branch: [master]
event:
exclude:
- pull_request