This commit is contained in:
parent
4798aeba0e
commit
c0b5976b77
@ -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
|
||||||
|
@ -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
|
||||||
`;
|
`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user