From f911b485a03ea3c1b491d6cedde02461feff0593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 18 Jul 2020 14:58:18 +0200 Subject: [PATCH] fuck node --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index d5fa0b7..d204a5b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,10 @@ name: default steps: - name: build_html image: node:lts +# This is hacky and ugly as fuck, but without it node fails to install a dependency. Fuck node. commands: + - npm install -g @asyncapi/generator || true + - chown -R 65534:0 "/root/.npm" - npm install -g @asyncapi/generator - ag birbnetes.yml @asyncapi/html-template