This commit is contained in:
parent
32d4902f6c
commit
681a0874e2
@ -5,16 +5,10 @@ steps:
|
|||||||
- name: setup
|
- name: setup
|
||||||
image: node:lts-alpine
|
image: node:lts-alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache curl
|
|
||||||
- yarn
|
- yarn
|
||||||
- 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: node:lts-alpine
|
image: registry:5000/node-build
|
||||||
environment:
|
|
||||||
TOKEN:
|
|
||||||
from_secret: npm_token
|
|
||||||
commands:
|
commands:
|
||||||
- echo "$TOKEN" > ~/.npmrc
|
|
||||||
- npm i -g typescript
|
|
||||||
- node ci.js
|
- node ci.js
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sapphirecode/standard",
|
"name": "@sapphirecode/standard",
|
||||||
"version": "1.3.0",
|
"version": "1.3.1",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Timo Hocker",
|
"name": "Timo Hocker",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user