Skip to content

Commit e7f1b35

Browse files
committed
Use master branch for docs
1 parent 98615a0 commit e7f1b35

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

travis-build.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ if [[ $EXIT_STATUS -eq 0 ]]; then
4949

5050
if [[ $EXIT_STATUS == 0 ]]; then
5151
# Tag and release the docs
52-
version="$TRAVIS_TAG"
53-
version=${version:1}
54-
majorVersion=${version:0:4}
55-
majorVersion="${majorVersion}x"
56-
git clone https://${GH_TOKEN}@github.com/grails/grails-doc.git -b ${majorVersion} grails-doc --single-branch > /dev/null
52+
# version="$TRAVIS_TAG"
53+
# version=${version:1}
54+
# majorVersion=${version:0:4}
55+
# majorVersion="${majorVersion}x"
56+
git clone https://${GH_TOKEN}@github.com/grails/grails-doc.git -b master grails-doc --single-branch > /dev/null
5757
cd grails-doc
5858

5959
echo "grails.version=${TRAVIS_TAG:1}" > gradle.properties

0 commit comments

Comments
 (0)