This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree 5 files changed +6
-5
lines changed
5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 36
36
run : ./gradlew docs:docs
37
37
- name : " 👀 Determine docs target repository"
38
38
run : |
39
- if [ "${{ github.repository }}" = "grails/gorm -hibernate5" ]; then
39
+ if [ "${{ github.repository }}" = "grails/grails-data -hibernate5" ]; then
40
40
DOCS_TARGET_REPOSITORY="grails/grails-data-mapping"
41
41
else
42
42
DOCS_TARGET_REPOSITORY="${{ github.repository }}"
Original file line number Diff line number Diff line change 63
63
run : ./gradlew docs:docs
64
64
- name : " 👀 Determine docs target repository"
65
65
run : |
66
- if [ "${{ github.repository }}" = "grails/gorm -hibernate5" ]; then
66
+ if [ "${{ github.repository }}" = "grails/grails-data -hibernate5" ]; then
67
67
DOCS_TARGET_REPOSITORY="grails/grails-data-mapping"
68
68
else
69
69
DOCS_TARGET_REPOSITORY="${{ github.repository }}"
Original file line number Diff line number Diff line change 74
74
echo " server = 'https://ge.grails.org'" >> $GITHUB_OUTPUT
75
75
echo " buildScan {" >> $GITHUB_OUTPUT
76
76
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
78
79
echo " publishing.onlyIf { isAuthenticated }" >> $GITHUB_OUTPUT
79
80
echo " uploadInBackground = false" >> $GITHUB_OUTPUT
80
81
echo " }" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134
134
uses : grails/github-actions/export-gradle-properties@v3
135
135
- name : " 👀 Determine docs target repository"
136
136
run : |
137
- if [ "${{ github.repository }}" = "grails/gorm -hibernate5" ]; then
137
+ if [ "${{ github.repository }}" = "grails/grails-data -hibernate5" ]; then
138
138
DOCS_TARGET_REPOSITORY="grails/grails-data-mapping"
139
139
else
140
140
DOCS_TARGET_REPOSITORY="${{ github.repository }}"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ develocity {
11
11
server = ' https://ge.grails.org'
12
12
buildScan {
13
13
tag(' grails' )
14
- tag(' gorm -hibernate5' )
14
+ tag(' grails-data -hibernate5' )
15
15
tag(' grails-database-migration' )
16
16
publishing. onlyIf { isAuthenticated }
17
17
uploadInBackground = isLocal
You can’t perform that action at this time.
0 commit comments