We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb24ba commit fff5fc5Copy full SHA for fff5fc5
.circleci/config.yml
@@ -47,7 +47,7 @@ jobs:
47
command: |
48
# Get version, update files.
49
THISVERSION=$( python3 get_version.py )
50
- if [[ ${THISVERSION:0:1} == "0" ]] ; then
+ if [[ ${THISVERSION:0:2} == "0+" ]] ; then
51
echo "WARNING: latest git tag could not be found"
52
echo "Please, make sure you fetch all tags from upstream with"
53
echo "the command ``git fetch --tags --verbose`` and push"
0 commit comments