debug
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2019-02-15 10:02:23 +01:00
parent 81944f579a
commit da8c5751f8

View File

@ -10,9 +10,10 @@ 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 ./rpms - mkdir ./rpms/x86_64
- 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
when: when:
event: event:
- push - push
@ -56,9 +57,10 @@ steps:
files: files:
- rpms/x86_64/* - rpms/x86_64/*
- sha256sum.txt - sha256sum.txt
title: $DRONE_TAG title: $DRONE_COMMIT
when: when:
event: event:
- push
- tag - tag
- name: notify - name: notify