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:
|
steps:
|
||||||
- name: build_deploy
|
- name: build_deploy
|
||||||
privileged: true
|
privileged: true
|
||||||
image: ianwalter/pnpm:v1.4.0
|
image: stagex/npm:latest
|
||||||
volumes:
|
volumes:
|
||||||
- name: bonfire
|
- name: bonfire
|
||||||
path: /bonfire:/bonfire
|
path: /bonfire:/bonfire
|
||||||
commands:
|
commands:
|
||||||
- pnpm install
|
- npm install
|
||||||
- pnpm run build
|
- npm run build
|
||||||
- cp -r ./build/* /bonfire/
|
- cp -r ./build/* /bonfire/
|
||||||
- ls .
|
- ls .
|
||||||
- ls /
|
- ls /
|
||||||
|
|
Loading…
Add table
Reference in a new issue