CI: Escape variable properly.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
tastytea 2020-05-07 02:50:59 +02:00
parent ba8a1efc26
commit 2bcbebf526
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -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