another test
This commit is contained in:
+3
-3
@@ -4,7 +4,7 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: builddeb
|
- name: builddeb
|
||||||
image: ubuntu/20.04
|
image: ubuntu:20.04
|
||||||
volumes:
|
volumes:
|
||||||
- name: debhost
|
- name: debhost
|
||||||
path: /debian
|
path: /debian
|
||||||
@@ -13,9 +13,9 @@ steps:
|
|||||||
- cp ../lch_0.6.10.deb .
|
- cp ../lch_0.6.10.deb .
|
||||||
- dpkg -i lch_0.6.10.deb
|
- dpkg -i lch_0.6.10.deb
|
||||||
- lch -v
|
- lch -v
|
||||||
- cp lch_0.6.10.deb /debian/
|
- cp lch_0.6.10.deb /debian
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: debhost
|
- name: debhost
|
||||||
host:
|
host:
|
||||||
path: /opt/docker/production/lch-web/web/deb/
|
path: /opt/docker/production/lch-web/web/deb
|
||||||
|
|||||||
Reference in New Issue
Block a user