summaryrefslogtreecommitdiffstats
path: root/scripts/mkimage-yaml.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mkimage-yaml.sh')
-rwxr-xr-xscripts/mkimage-yaml.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/mkimage-yaml.sh b/scripts/mkimage-yaml.sh
index 0170f3ee001..466ee88a754 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##*/}"