From cf2c59995ce44533cff131dacfeaa3de4243c002 Mon Sep 17 00:00:00 2001
From: ale <ale@debian>
Date: Sun, 4 Oct 2020 01:55:23 +0200
Subject: [PATCH] another test

---
 .drone.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.drone.yml b/.drone.yml
index 2b11bf8..02aadc5 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -4,7 +4,7 @@ name: default
 
 steps:
 - name: builddeb
-  image: ubuntu/20.04
+  image: ubuntu:20.04
   volumes:
   - name: debhost
     path: /debian
@@ -13,9 +13,9 @@ steps:
     - cp ../lch_0.6.10.deb .
     - dpkg -i lch_0.6.10.deb
     - lch -v
-    - cp lch_0.6.10.deb /debian/
+    - cp lch_0.6.10.deb /debian
     
 volumes:
 - name: debhost
   host:
-    path: /opt/docker/production/lch-web/web/deb/
+    path: /opt/docker/production/lch-web/web/deb