3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-23 11:09:22 +01:00

drone CI: remove date based tags, it isn't strictly necessary

This commit is contained in:
James Lu 2020-04-10 13:38:18 -07:00
parent c14fc5cf07
commit 0cba40e4c5

View File

@ -16,8 +16,6 @@ fi
major_version="$(printf '%s' "$VERSION" | cut -d . -f 1)"
# Date based tag
printf '%s' "$VERSION-$(date +%Y%m%d),"
# Program version
printf '%s' "$VERSION,"