This commit is contained in:
parent
ded097b228
commit
f911b485a0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user