Skip to content

Commit b1643b9

Browse files
committed
Fix deploy failing if there's no R
1 parent 383dab2 commit b1643b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,9 @@ jobs:
293293

294294
deploy:
295295
<<: *defaults
296+
# Some part of the maven setup fails if there's no R, so we need to use the R image here
297+
docker:
298+
- image: palantirtechnologies/circle-spark-r
296299
steps:
297300
- checkout
298301
- attach_workspace:

0 commit comments

Comments
 (0)