Skip to content

Commit 5dc15cd

Browse files
committed
Fix all instances
1 parent 83ab224 commit 5dc15cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
java-version: '11'
106106
- name: install R
107107
run: |
108-
echo 'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/' | sudo tee -a /etc/apt/sources.list
108+
echo 'deb https://cloud.r-project.org/bin/linux/ubuntu/bionic-cran35/' | sudo tee -a /etc/apt/sources.list
109109
curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xE298A3A825C0D65DFD57CBB651716619E084DAB9" | sudo apt-key add
110110
sudo apt-get update
111111
sudo apt-get install -y r-base r-base-dev libcurl4-openssl-dev

dev/create-release/spark-rm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ARG GEM_PKGS="jekyll:4.0.0 jekyll-redirect-from:0.16.0 rouge:3.15.0"
4343
# This is all in a single "RUN" command so that if anything changes, "apt update" is run to fetch
4444
# the most current package versions (instead of potentially using old versions cached by docker).
4545
RUN apt-get clean && apt-get update && $APT_INSTALL gnupg ca-certificates && \
46-
echo 'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/' >> /etc/apt/sources.list && \
46+
echo 'deb https://cloud.r-project.org/bin/linux/ubuntu/bionic-cran35/' >> /etc/apt/sources.list && \
4747
gpg --keyserver keyserver.ubuntu.com --recv-key E298A3A825C0D65DFD57CBB651716619E084DAB9 && \
4848
gpg -a --export E084DAB9 | apt-key add - && \
4949
apt-get clean && \

0 commit comments

Comments
 (0)