Skip to content

Commit

Permalink
Match all version tags for deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Jan 1, 2016
1 parent 0f7189c commit 3d0718e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/configuration.sh
Expand Up @@ -12,7 +12,7 @@ function rbx_get_revision {
local describe count version commit_count commit_date commit_hash

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

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

0 comments on commit 3d0718e

Please sign in to comment.