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 98615a0 commit e7f1b35Copy full SHA for e7f1b35
travis-build.sh
@@ -49,11 +49,11 @@ if [[ $EXIT_STATUS -eq 0 ]]; then
49
50
if [[ $EXIT_STATUS == 0 ]]; then
51
# 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
+ # version="$TRAVIS_TAG"
+ # version=${version:1}
+ # majorVersion=${version:0:4}
+ # majorVersion="${majorVersion}x"
+ git clone https://${GH_TOKEN}@github.com/grails/grails-doc.git -b master grails-doc --single-branch > /dev/null
57
cd grails-doc
58
59
echo "grails.version=${TRAVIS_TAG:1}" > gradle.properties
0 commit comments