File tree 2 files changed +12
-13
lines changed
2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 71
71
- name : Execute Docker Build
72
72
env :
73
73
# Enables build caching, but not strictly required
74
- DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
74
+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
75
75
run : |
76
76
docker compose run \
77
77
-e CI=true \
@@ -107,12 +107,12 @@ jobs:
107
107
- name : Build
108
108
shell : bash
109
109
env :
110
- DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
110
+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
111
111
run : ci/scripts/build.sh $(pwd) $(pwd)/build
112
112
- name : Test
113
113
shell : bash
114
114
env :
115
- DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
115
+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
116
116
run : ci/scripts/test.sh $(pwd) $(pwd)/build
117
117
118
118
windows :
@@ -138,12 +138,12 @@ jobs:
138
138
- name : Build
139
139
shell : bash
140
140
env :
141
- DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
141
+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
142
142
run : ci/scripts/build.sh $(pwd) $(pwd)/build
143
143
- name : Test
144
144
shell : bash
145
145
env :
146
- DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
146
+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
147
147
run : ci/scripts/test.sh $(pwd) $(pwd)/build
148
148
149
149
integration :
Original file line number Diff line number Diff line change 20
20
21
21
-->
22
22
<develocity xmlns =" https://www.gradle.com/develocity-maven" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" https://www.gradle.com/develocity-maven https://www.gradle.com/schema/develocity-maven.xsd" >
23
+ <projectId >arrow</projectId >
23
24
<server >
24
- <url >https://ge .apache.org</url >
25
+ <url >https://develocity .apache.org</url >
25
26
<allowUntrusted >false</allowUntrusted >
26
27
</server >
27
28
<buildScan >
28
- <capture >
29
- <fileFingerprints >true</fileFingerprints >
30
- <buildLogging >true</buildLogging >
31
- <testLogging >true</testLogging >
32
- </capture >
33
29
<backgroundBuildScanUpload >#{isFalse(env['CI'])}</backgroundBuildScanUpload >
34
- <publishing ><onlyIf >true</onlyIf ></publishing >
35
- <publishIfAuthenticated >true</publishIfAuthenticated >
30
+ <publishing >
31
+ <onlyIf >
32
+ <![CDATA[ authenticated]]>
33
+ </onlyIf >
34
+ </publishing >
36
35
<obfuscation >
37
36
<ipAddresses >#{{'0.0.0.0'}}</ipAddresses >
38
37
</obfuscation >
You can’t perform that action at this time.
0 commit comments