File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 7171 - name : Execute Docker Build
7272 env :
7373 # Enables build caching, but not strictly required
74- DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
74+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
7575 run : |
7676 docker compose run \
7777 -e CI=true \
@@ -107,12 +107,12 @@ jobs:
107107 - name : Build
108108 shell : bash
109109 env :
110- DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
110+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
111111 run : ci/scripts/build.sh $(pwd) $(pwd)/build
112112 - name : Test
113113 shell : bash
114114 env :
115- DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
115+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
116116 run : ci/scripts/test.sh $(pwd) $(pwd)/build
117117
118118 windows :
@@ -138,12 +138,12 @@ jobs:
138138 - name : Build
139139 shell : bash
140140 env :
141- DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
141+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
142142 run : ci/scripts/build.sh $(pwd) $(pwd)/build
143143 - name : Test
144144 shell : bash
145145 env :
146- DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
146+ DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
147147 run : ci/scripts/test.sh $(pwd) $(pwd)/build
148148
149149 integration :
Original file line number Diff line number Diff line change 2020
2121-->
2222<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 >
2324 <server >
24- <url >https://ge .apache.org</url >
25+ <url >https://develocity .apache.org</url >
2526 <allowUntrusted >false</allowUntrusted >
2627 </server >
2728 <buildScan >
28- <capture >
29- <fileFingerprints >true</fileFingerprints >
30- <buildLogging >true</buildLogging >
31- <testLogging >true</testLogging >
32- </capture >
3329 <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 >
3635 <obfuscation >
3736 <ipAddresses >#{{'0.0.0.0'}}</ipAddresses >
3837 </obfuscation >
You can’t perform that action at this time.
0 commit comments