This repository has been archived on 2024-10-26. You can view files and clone it, but cannot push or open issues or pull requests.
cups/.drone.env

4 lines
191 B
Bash
Raw Normal View History

# renovate: datasource=github-releases depName=OpenPrinting/cups versioning=loose
export CUPS_VERSION="${CUPS_VERSION:-v2.4.6}"
2022-01-28 13:24:16 +00:00
export CUPS_RELEASE="$(awk -F"-" '{print $2}' <<< $DRONE_TAG)"