diff --git a/.drone.yml b/.drone.yml index 11e5baf..833905c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: build - image: xoxys/rpmbuild + image: thegeeklab/rpmbuild commands: - "[ -z \"$BUILD_VERSION\" ] && BUILD_VERSION=2.3.3" - wget -q https://github.com/apple/cups/releases/download/v$BUILD_VERSION/cups-$BUILD_VERSION-source.tar.gz @@ -100,6 +100,6 @@ depends_on: --- kind: signature -hmac: c228f684cbc655d5784a0075cbd3ebbc55e879a9b5c82d744e2f90035a1e19aa +hmac: a48861856f45a5fea19c866058aa857abcdd77d604be1835d254407e7d7d0688 ...