2022-12-17 12:11:39 +03:00
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: haiti-framework
|
|
|
|
|
|
|
|
steps:
|
2022-12-17 15:53:12 +03:00
|
|
|
- name: build
|
|
|
|
image: node
|
2022-12-17 13:56:15 +03:00
|
|
|
volumes:
|
2022-12-17 15:53:12 +03:00
|
|
|
- name: cache
|
|
|
|
path: /tmp/cache
|
2022-12-17 12:20:07 +03:00
|
|
|
commands:
|
2022-12-17 15:53:12 +03:00
|
|
|
- npm install
|
|
|
|
- npm test
|
2022-12-17 13:56:15 +03:00
|
|
|
|
|
|
|
volumes:
|
2022-12-17 15:53:12 +03:00
|
|
|
- name: cache
|
2022-12-17 13:56:15 +03:00
|
|
|
host:
|
2022-12-17 15:53:12 +03:00
|
|
|
path: /var/lib/cache
|