fix variable substitution
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
eb499fd7dd
commit
9efee8d491
@ -10,11 +10,9 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
CUPSRELEASE: "2.2.10"
|
CUPSRELEASE: "2.2.10"
|
||||||
commands:
|
commands:
|
||||||
# - wget https://github.com/apple/cups/releases/download/v$CUPSRELEASE/cups-$CUPSRELEASE-source.tar.gz
|
- wget https://github.com/apple/cups/releases/download/v$CUPSRELEASE/cups-$CUPSRELEASE-source.tar.gz
|
||||||
- mkdir -p ./rpms/x86_64
|
- mkdir -p ./rpms
|
||||||
# - rpmbuild -ta --define "_rpmdir $(pwd)/rpms" --without libusb1 cups-$CUPSRELEASE-source.tar.gz
|
- rpmbuild -ta --define "_rpmdir $(pwd)/rpms" --without libusb1 cups-$CUPSRELEASE-source.tar.gz
|
||||||
- touch ./rpms/x86_64/testfile
|
|
||||||
- echo ${DRONE_TAG}
|
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
Reference in New Issue
Block a user