This commit is contained in:
parent
6360086700
commit
317df849ed
@ -4,13 +4,8 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build_html
|
- name: build_html
|
||||||
image: node:lts
|
image: asyncapi/generator
|
||||||
# This is hacky and ugly as fuck, but without it node fails to install a dependency. Fuck node.
|
|
||||||
commands:
|
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
|
- ag birbnetes.yml @asyncapi/html-template
|
||||||
|
|
||||||
- name: kaniko
|
- name: kaniko
|
||||||
|
Loading…
Reference in New Issue
Block a user