diff options
Diffstat (limited to 'scripts/mkimage-yaml.sh')
-rwxr-xr-x | scripts/mkimage-yaml.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/mkimage-yaml.sh b/scripts/mkimage-yaml.sh index 0170f3ee00..466ee88a75 100755 --- a/scripts/mkimage-yaml.sh +++ b/scripts/mkimage-yaml.sh @@ -34,12 +34,6 @@ fi [ -n "$arch" ] || arch=$(apk --print-arch) -if [ -z "$release" ]; then - release=$(git describe --always) - if git describe --exact-match >/dev/null 2>&1; then - release=${release#v} - fi -fi for image; do filepath="$releasedir/${image##*/}" |