Skip to content

Commit 4e96685

Browse files
authored
fixes brunch artifacts naming
1 parent ca136e8 commit 4e96685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ elif [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_TAG" == "" ] && [ "$bin
2121
./gradlew \
2222
-PbintrayUser="${bintrayUser}" -PbintrayKey="${bintrayKey}" \
2323
-PsonatypeUsername="${sonatypeUsername}" -PsonatypePassword="${sonatypePassword}" \
24-
-PversionSuffix="-$TRAVIS_BRANCH-SNAPSHOT" \
24+
-PversionSuffix="-${TRAVIS_BRANCH//\//-}-SNAPSHOT" \
2525
-PbuildNumber="$TRAVIS_BUILD_NUMBER" \
2626
build artifactoryPublish --stacktrace
2727

0 commit comments

Comments
 (0)