Skip to content

Commit

Permalink
(maint) Need to git pull --unshallow
Browse files Browse the repository at this point in the history
Otherwise we may not have enough history to figure out what the most
recent tag in our tree is, and could end up with really weird version
results.
  • Loading branch information
Morgan Rhodes committed Jul 13, 2018
1 parent 14773de commit 4da3d35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/build
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ function push_image() {
: ===
bundle install --path $BUNDLER_PATH

: ===
: === If we do not git pull --unshallow we get really weird results with git describe
: ===
git pull --unshallow

: ===
: === make sure we fetch tags for versioning
: ===
Expand Down

0 comments on commit 4da3d35

Please sign in to comment.