This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 3636 run : ./gradlew docs:docs
3737 - name : " 👀 Determine docs target repository"
3838 run : |
39- if [ "${{ github.repository }}" = "grails/gorm -hibernate5" ]; then
39+ if [ "${{ github.repository }}" = "grails/grails-data -hibernate5" ]; then
4040 DOCS_TARGET_REPOSITORY="grails/grails-data-mapping"
4141 else
4242 DOCS_TARGET_REPOSITORY="${{ github.repository }}"
Original file line number Diff line number Diff line change 6363 run : ./gradlew docs:docs
6464 - name : " 👀 Determine docs target repository"
6565 run : |
66- if [ "${{ github.repository }}" = "grails/gorm -hibernate5" ]; then
66+ if [ "${{ github.repository }}" = "grails/grails-data -hibernate5" ]; then
6767 DOCS_TARGET_REPOSITORY="grails/grails-data-mapping"
6868 else
6969 DOCS_TARGET_REPOSITORY="${{ github.repository }}"
Original file line number Diff line number Diff line change 7474 echo " server = 'https://ge.grails.org'" >> $GITHUB_OUTPUT
7575 echo " buildScan {" >> $GITHUB_OUTPUT
7676 echo " tag('groovy')" >> $GITHUB_OUTPUT
77- echo " tag('gorm-hibernate5')" >> $GITHUB_OUTPUT
77+ echo " tag('grails-data-hibernate5')" >> $GITHUB_OUTPUT
78+ echo " tag('grails-database-migration')" >> $GITHUB_OUTPUT
7879 echo " publishing.onlyIf { isAuthenticated }" >> $GITHUB_OUTPUT
7980 echo " uploadInBackground = false" >> $GITHUB_OUTPUT
8081 echo " }" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 uses : grails/github-actions/export-gradle-properties@v3
135135 - name : " 👀 Determine docs target repository"
136136 run : |
137- if [ "${{ github.repository }}" = "grails/gorm -hibernate5" ]; then
137+ if [ "${{ github.repository }}" = "grails/grails-data -hibernate5" ]; then
138138 DOCS_TARGET_REPOSITORY="grails/grails-data-mapping"
139139 else
140140 DOCS_TARGET_REPOSITORY="${{ github.repository }}"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ develocity {
1111 server = ' https://ge.grails.org'
1212 buildScan {
1313 tag(' grails' )
14- tag(' gorm -hibernate5' )
14+ tag(' grails-data -hibernate5' )
1515 tag(' grails-database-migration' )
1616 publishing. onlyIf { isAuthenticated }
1717 uploadInBackground = isLocal
You can’t perform that action at this time.
0 commit comments