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 1c2892e commit 0b8f49cCopy full SHA for 0b8f49c
travis-publish.sh
@@ -61,7 +61,7 @@ if [[ $TRAVIS_REPO_SLUG == "grails/grails-data-mapping" && $TRAVIS_PULL_REQUEST
61
# If there is a tag present then this becomes the latest
62
if [[ $TRAVIS_TAG =~ ^v[[:digit:]] ]]; then
63
echo "Triggering documentation build"
64
- git clone -b 6.1.x https://${GH_TOKEN}@github.com/grails/gorm-docs.git gorm-docs
+ git clone https://${GH_TOKEN}@github.com/grails/gorm-docs.git gorm-docs
65
cd gorm-docs
66
67
if [[ $TRAVIS_TAG =~ [M\d|RC\d] ]]; then
0 commit comments