mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
[Buildkite] Fix AUR version tagging (#645)
Need to fetch all tags prior to extracting the correct version.
This commit is contained in:
parent
447b2461e4
commit
4c09df9868
|
@ -1,5 +1,6 @@
|
|||
#! /bin/bash
|
||||
|
||||
git fetch && \
|
||||
GITTAG=$(git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g')
|
||||
|
||||
echo "--- :linux: Deploy AUR package: ${PACKAGE}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user