File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ base=3.1.9
44plugin =3.1.9
55web-plugin =3.1.9
66web =3.1.9
7+ profile =3.1.9
Original file line number Diff line number Diff line change @@ -78,21 +78,6 @@ if [[ $TRAVIS_PULL_REQUEST == 'false' && $EXIT_STATUS -eq 0
7878 git config --global user.email " $GIT_EMAIL "
7979 git config --global credential.helper " store --file=~/.git-credentials"
8080
81- # Tag the Profile Repo
82- git clone https://${GH_TOKEN} @github.com/grails/grails-profile-repository.git
83- cd grails-profile-repository
84-
85- git branch --track 3.1.x remotes/origin/3.1.x
86- git checkout 3.1.x
87-
88- echo " grailsVersion=${TRAVIS_TAG: 1} " > profiles/gradle.properties
89- git add profiles/gradle.properties
90- git commit -m " Release $TRAVIS_TAG profiles"
91-
92- git tag $TRAVIS_TAG
93- git push --tags
94- git push
95-
9681 # Tag and release the docs
9782 cd ..
9883 git clone https://${GH_TOKEN} @github.com/grails/grails-doc.git grails-doc
You can’t perform that action at this time.
0 commit comments