Skip to content

Commit 35ea3de

Browse files
committed
Travis doesn't runs tags twice
1 parent a52febe commit 35ea3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
# Builds of tagged revisions are published to sonatype staging.
66

7-
# Travis runs a build on new revisions and on new tags, so a tagged revision is built twice.
7+
# Travis runs a build on revisions, including on new tags.
88
# Builds for a tag have TRAVIS_TAG defined, which we use for identifying tagged builds.
99
# Checking the local git clone would not work because git on travis does not fetch tags.
1010

0 commit comments

Comments
 (0)