Skip to content

Commit

Permalink
(maint) Don't want output from git fetching the tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Rhodes committed Oct 23, 2018
1 parent d39d1a4 commit f95a5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ci/build
Expand Up @@ -52,7 +52,7 @@ function get_version() {
: ===
: === make sure we fetch tags for versioning
: ===
git fetch origin 'refs/tags/*:refs/tags/*'
git fetch origin 'refs/tags/*:refs/tags/*' 2>&1
local git_describe=`git describe`
local version="${git_describe%%-*}"
fi
Expand Down

0 comments on commit f95a5b0

Please sign in to comment.