This commit is contained in:
parent
4798aeba0e
commit
c0b5976b77
@ -7,9 +7,10 @@ steps:
|
||||
commands:
|
||||
- apk add --no-cache curl
|
||||
- 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
|
||||
image: node:lts-alpine
|
||||
commands:
|
||||
- npm i -g typescript
|
||||
- node ci.js
|
||||
|
@ -16,10 +16,11 @@ steps:
|
||||
commands:
|
||||
- apk add --no-cache curl
|
||||
- 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
|
||||
image: node:lts-alpine
|
||||
commands:
|
||||
- npm i -g typescript
|
||||
- node ci.js
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user