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

This commit is contained in:
tastytea 2020-05-07 02:44:40 +02:00
parent c359e68c27
commit ba8a1efc26
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