Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
f962744d
"vscode:/vscode.git/clone" did not exist on "3df9698bf31c7309e0b243105bd35c317c7a9198"
Unverified
Commit
f962744d
authored
May 20, 2020
by
James Lamb
Committed by
GitHub
May 20, 2020
Browse files
[ci] fix add-apt-repository warning (#3104)
parent
5539e5aa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.ci/test_r_package.sh
.ci/test_r_package.sh
+2
-2
No files found.
.ci/test_r_package.sh
View file @
f962744d
...
...
@@ -14,11 +14,11 @@ export PATH="$R_LIB_PATH/R/bin:$PATH"
# This only needs to get run on Travis because R environment for Linux
# used by Azure pipelines is set up in https://github.com/guolinke/lightgbm-ci-docker
if
[[
$TRAVIS
==
"true"
]]
&&
[[
$OS_NAME
==
"linux"
]]
;
then
sudo
add-apt-repository
\
"deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/"
sudo
apt-key adv
\
--keyserver
keyserver.ubuntu.com
\
--recv-keys
E298A3A825C0D65DFD57CBB651716619E084DAB9
sudo
add-apt-repository
\
"deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/"
sudo
apt-get update
sudo
apt-get
install
\
--no-install-recommends
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment