Fix condition in version-from-git

This should be the negation of the condition above, not exactly the same
but double negated.

Change-Id: I24e5f73480c83777f8dcb5ca71283afe5565212f
This commit is contained in:
Andreas Jaeger 2018-03-07 09:21:41 +01:00 committed by Andreas Jaeger
parent 9ff13740f8
commit 54077ba1e1
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
# Some repos, like storyboard-webclient, do not have any tags. git describe
# throws an error in those repos. To be consistent, do a commit count the
# hard way.
- when: not commits_since_tag_output.rc != 0
- when: commits_since_tag_output.rc != 0
block:
- name: Get commits since the beginning