ci: testing
This commit is contained in:
parent
0e39513c55
commit
287308c8d3
1 changed files with 3 additions and 3 deletions
|
@ -5,13 +5,13 @@ name: default
|
|||
steps:
|
||||
- name: build_deploy
|
||||
privileged: true
|
||||
image: ianwalter/pnpm:v1.4.0
|
||||
image: stagex/npm:latest
|
||||
volumes:
|
||||
- name: bonfire
|
||||
path: /bonfire:/bonfire
|
||||
commands:
|
||||
- pnpm install
|
||||
- pnpm run build
|
||||
- npm install
|
||||
- npm run build
|
||||
- cp -r ./build/* /bonfire/
|
||||
- ls .
|
||||
- ls /
|
||||
|
|
Loading…
Add table
Reference in a new issue