Skip to content

Commit 9aef47b

Browse files
author
Eric Kolve
committed
adding git describe for debugging
1 parent cd0dd80 commit 9aef47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ deploy:
2020
distributions: sdist bdist_wheel --universal
2121
on:
2222
tags: true
23-
condition: $(git describe --tags --exact-match) && $TRAVIS_TAG =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$
23+
condition: $(git describe --tags --exact-match) && $TRAVIS_TAG =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ && $(git branch --format='%(refname:short)' --contains tags/$TRAVIS_TAG) = 'master'
2424

2525
env:
2626
global:

0 commit comments

Comments
 (0)