From c0b5976b774d151f9fc2f6cff4e644a28d4e9915 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Thu, 9 Jul 2020 21:16:23 +0200 Subject: [PATCH] fix --- .drone.yml | 3 ++- asset_drone.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6aa8e45..3ca7453 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/asset_drone.js b/asset_drone.js index 5b5bcb5..bc13b2b 100644 --- a/asset_drone.js +++ b/asset_drone.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 `;