Skip to content

Commit

Permalink
The DRONE_TAG environment variable is used to determine the type of a…
Browse files Browse the repository at this point in the history
… source package build
  • Loading branch information
ivaradi committed Sep 15, 2022
1 parent 8c8b6da commit b72ac1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/debian-sourcepackages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ git config --global user.name "Drone User"

git submodule update --init

tag="$(git tag --points-at ${DRONE_COMMIT})"
tag="${DRONE_TAG:-}"

releasetype="dev"
if [[ "$tag" =~ ^v[0-9.]+$ ]]; then
Expand Down

0 comments on commit b72ac1c

Please sign in to comment.