From ba8a1efc263a4fdd65317b7e9cd8b74d69ff3dc6 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 7 May 2020 02:44:40 +0200 Subject: [PATCH] CI: Escape variable. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9e8041b..f70180b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: image: tastytea/pkgcheck pull: always commands: - - for catpkg in $(ls -d *-*/*); do pkgcheck scan --net ${catpkg}; done + - for catpkg in $(ls -d *-*/*); do pkgcheck scan --net \${catpkg}; done - name: notify image: drillster/drone-email