Skip to content

Commit a415d01

Browse files
committed
Revert adding variables to .env so they are updated
1 parent 2f050a4 commit a415d01

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/r_extra.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,8 @@ jobs:
9191
matrix:
9292
include:
9393
- envs:
94-
ARROW_R_DEV: "TRUE"
95-
R_ORG: rocker
9694
R_IMAGE: r-ver
97-
R_TAG: latest
95+
R_ORG: rocker
9896
image: r
9997
runs-on: ubuntu-latest
10098
run-options: >-
@@ -134,7 +132,7 @@ jobs:
134132
source ci/scripts/util_enable_core_dumps.sh
135133
if [ "${ENVS}" != "null" ]; then
136134
echo "${ENVS}" | jq -r '.[]' | while read env; do
137-
echo "${env}"
135+
echo "${env}" >> .env
138136
done
139137
fi
140138
archery docker run ${{ matrix.run-options || '' }} ${{ matrix.image }}

0 commit comments

Comments
 (0)