[SKIP CI] fix env var handling
continuous-integration/drone/tag Build was killed Details

This commit is contained in:
Robert Kaussow 2019-08-13 22:59:58 +02:00
parent 665a4e5d6a
commit 3f7a9f989c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ steps:
environment:
CUPSRELEASE: "${DRONE_TAG##v}"
commands:
- echo $CUPSRELEAS
- echo $CUPSRELEASE
- CUPSRELEASE=${CUPSRELEASE:-2.2.10}
- echo $CUPSRELEASE
- wget https://github.com/apple/cups/releases/download/v${CUPSRELEASE:-2.2.10}/cups-${CUPSRELEASE:-2.2.10}-source.tar.gz