File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -242,11 +242,10 @@ test_source_distribution() {
242
242
}
243
243
244
244
test_apt () {
245
- pushd " ${ARROW_TMPDIR} "
246
-
247
245
show_header " Testing APT packages"
248
246
249
247
if [ " ${GITHUB_ACTIONS} " = " true" ]; then
248
+ pushd " ${TOP_SOURCE_DIR} "
250
249
local verify_type=rc
251
250
if [ " ${TEST_STAGING:- 0} " -gt 0 ]; then
252
251
verify_type=staging-${verify_type}
@@ -266,7 +265,9 @@ test_apt() {
266
265
exit 1
267
266
fi
268
267
done
268
+ popd
269
269
else
270
+ pushd " ${ARROW_TMPDIR} "
270
271
curl --get \
271
272
--data branch=${VERSION} -rc${RC_NUMBER} \
272
273
https://api.github.com/repos/${SOURCE_REPOSITORY} /actions/workflows/verify-rc.yaml/runs > \
@@ -282,9 +283,8 @@ test_apt() {
282
283
echo " It was not succeeded: ${conclusion} "
283
284
return 1
284
285
fi
286
+ popd
285
287
fi
286
-
287
- popd
288
288
}
289
289
290
290
test_binary_distribution () {
You can’t perform that action at this time.
0 commit comments