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 a52febe commit 35ea3deCopy full SHA for 35ea3de
admin/build.sh
@@ -4,7 +4,7 @@ set -e
4
5
# Builds of tagged revisions are published to sonatype staging.
6
7
-# Travis runs a build on new revisions and on new tags, so a tagged revision is built twice.
+# Travis runs a build on revisions, including on new tags.
8
# Builds for a tag have TRAVIS_TAG defined, which we use for identifying tagged builds.
9
# Checking the local git clone would not work because git on travis does not fetch tags.
10
0 commit comments