This commit is contained in:
parent
d3434ab10b
commit
d1becabe18
@ -10,7 +10,11 @@ steps:
|
|||||||
- curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js > ci.js
|
- curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js > ci.js
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: npm-deploy
|
image: node:lts-alpine
|
||||||
|
environment:
|
||||||
|
TOKEN:
|
||||||
|
from_secret: npm_token
|
||||||
commands:
|
commands:
|
||||||
|
- echo "$TOKEN" > ~/.npmrc
|
||||||
- npm i -g typescript
|
- npm i -g typescript
|
||||||
- node ci.js
|
- node ci.js
|
||||||
|
Loading…
x
Reference in New Issue
Block a user