Skip to content

Commit 3d0718e

Browse files
committedJan 1, 2016
Match all version tags for deployment.
1 parent 0f7189c commit 3d0718e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎scripts/configuration.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function rbx_get_revision {
1212
local describe count version commit_count commit_date commit_hash
1313

1414
if [[ -d $(rbx_git_directory) ]]; then
15-
describe=$(git describe --tags --match=v2* --abbrev=40 --long)
15+
describe=$(git describe --tags --match=v* --abbrev=40 --long)
1616

1717
count=$(echo "$describe" | cut -d - -f 2)
1818
if [[ $count != "0" ]]; then

0 commit comments

Comments
 (0)
Please sign in to comment.