fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2020-08-04 13:49:44 +02:00
parent 681a0874e2
commit 48d46b5f0b
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: default
steps:
- name: setup
image: node:lts-alpine
image: registry:5000/node-build
commands:
- yarn
- curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js > ci.js

View File

@ -12,7 +12,7 @@ name: default
steps:
- name: setup
image: node:lts-alpine
image: registry:5000/node-build
commands:
- yarn
- curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js > ci.js