From 317df849ed56c94b3d057f9aac8e7fec634f0fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 18 Jul 2020 15:10:45 +0200 Subject: [PATCH] use official docker image --- .drone.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3270c22..2fa6b05 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,13 +4,8 @@ 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. + image: asyncapi/generator commands: - - npm install -g @asyncapi/generator || true - - chown -R 65534:0 "/root/.npm" - - npm install -g @asyncapi/generator - - chown -R root:root /root/.npm - ag birbnetes.yml @asyncapi/html-template - name: kaniko