ci: testing
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
light7734 2025-02-21 18:29:44 +03:30
parent 2c2177426a
commit 966c77e2a1
Signed by: light7734
GPG key ID: B76EEFFAED52D359

View file

@ -2,13 +2,13 @@ kind: pipeline
type: docker type: docker
name: default name: default
steps: steps:
- name: build_deploy - name: build_deploy
image: ianwalter/pnpm:v1.4.0
privileged: true privileged: true
image: ianwalter/pnpm:v1.4.0
volumes: volumes:
- /home/light/bonfire:/bonfire - name: bonfire
path: /home/light/bonfire:/bonfire/
commands: commands:
- pnpm install - pnpm install
- pnpm run build - pnpm run build