7.2.0 changes
This commit is contained in:
parent
0307aa5374
commit
469bfdd3f2
5 changed files with 23 additions and 22 deletions
|
|
@ -30,8 +30,12 @@ if [ -n "$PREFIX" ]; then
|
|||
fi
|
||||
V="${V}${TAG}"
|
||||
V="${V}-${INDEX}"
|
||||
V="${V}+${NR}"
|
||||
V="${V}+${HASH}"
|
||||
if [ -n "${NR}" ]; then
|
||||
V="${V}+${NR}"
|
||||
fi
|
||||
if [ -n "${HASH}" ]; then
|
||||
V="${V}+${HASH}"
|
||||
fi
|
||||
if [ -n "$ARCH" ]; then
|
||||
V="${V}_${ARCH}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue