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 dcfdbee commit 18f4939Copy full SHA for 18f4939
travis-build.sh
@@ -82,8 +82,8 @@ if [[ $TRAVIS_PULL_REQUEST == 'false' && $EXIT_STATUS -eq 0
82
cd ..
83
git clone https://${GH_TOKEN}@github.com/grails/grails-doc.git grails-doc
84
cd grails-doc
85
- git branch --track 3.1.x remotes/origin/3.1.x
86
- git checkout 3.1.x
+ git branch --track 3.2.x remotes/origin/3.2.x
+ git checkout 3.2.x
87
88
echo "grails.version=${TRAVIS_TAG:1}" > gradle.properties
89
git add gradle.properties
0 commit comments