You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

22 lines
425 B

kind: pipeline
type: docker
name: default
steps:
- name: builddeb
image: debian:10
volumes:
- name: debhost
path: /debian
commands:
- apt-get update && apt-get install dpkg-buildpackage
- dpkg-buildpackage -us -uc
- cp ../lch_0.6.10.deb .
- dpkg -i lch_0.6.10.deb
- lch -v
- cp lch_0.6.10.deb /debian
volumes:
- name: debhost
host:
path: /opt/docker/production/lch-web/web/deb