fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Timo Hocker 2020-07-09 21:16:23 +02:00
parent 4798aeba0e
commit c0b5976b77
2 changed files with 4 additions and 2 deletions

View File

@ -7,9 +7,10 @@ steps:
commands: commands:
- apk add --no-cache curl - apk add --no-cache curl
- yarn - yarn
- curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js - curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js > ci.js
- name: build - name: build
image: node:lts-alpine image: node:lts-alpine
commands: commands:
- npm i -g typescript
- node ci.js - node ci.js

View File

@ -16,10 +16,11 @@ steps:
commands: commands:
- apk add --no-cache curl - apk add --no-cache curl
- yarn - yarn
- curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js - curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js > ci.js
- name: build - name: build
image: node:lts-alpine image: node:lts-alpine
commands: commands:
- npm i -g typescript
- node ci.js - node ci.js
`; `;