[SKIP CI] fix env var handling
Some checks reported errors
continuous-integration/drone/tag Build was killed
Some checks reported errors
continuous-integration/drone/tag Build was killed
This commit is contained in:
parent
665a4e5d6a
commit
3f7a9f989c
@ -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
|
||||
|
Reference in New Issue
Block a user