This commit is contained in:
parent
cc5e2c429b
commit
e533f73d31
@ -14,17 +14,11 @@ steps:
|
||||
- name: setup
|
||||
image: node:lts-alpine
|
||||
commands:
|
||||
- apk add --no-cache curl
|
||||
- yarn
|
||||
- curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js > ci.js
|
||||
|
||||
- name: build
|
||||
image: node:lts-alpine
|
||||
environment:
|
||||
TOKEN:
|
||||
from_secret: npm_token
|
||||
image: registry:5000/node-build
|
||||
commands:
|
||||
- echo "$TOKEN" > ~/.npmrc
|
||||
- npm i -g typescript
|
||||
- node ci.js
|
||||
`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user