Skip to content

Commit 0b8f49c

Browse files
committed
Updated travis-publish.sh
To trigger the correct documentation build in the gorm-docs.
1 parent 1c2892e commit 0b8f49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis-publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if [[ $TRAVIS_REPO_SLUG == "grails/grails-data-mapping" && $TRAVIS_PULL_REQUEST
6161
# If there is a tag present then this becomes the latest
6262
if [[ $TRAVIS_TAG =~ ^v[[:digit:]] ]]; then
6363
echo "Triggering documentation build"
64-
git clone -b 6.1.x https://${GH_TOKEN}@github.com/grails/gorm-docs.git gorm-docs
64+
git clone https://${GH_TOKEN}@github.com/grails/gorm-docs.git gorm-docs
6565
cd gorm-docs
6666

6767
if [[ $TRAVIS_TAG =~ [M\d|RC\d] ]]; then

0 commit comments

Comments
 (0)