[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
ffbc2fbde7
commit
b3783904c4
@ -7,10 +7,9 @@ steps:
|
||||
image: xoxys/rpmbuild
|
||||
pull: always
|
||||
environment:
|
||||
CUPSRELEASE: "${DRONE_TAG##v}"
|
||||
RELEASE: "${DRONE_TAG##v}"
|
||||
CUPSRELEASE: "${RELEASE:-2.2.10}"
|
||||
commands:
|
||||
- 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
|
||||
- mkdir ./rpms
|
||||
|
Reference in New Issue
Block a user