mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
#3473 redirect more output
This commit is contained in:
parent
c525f0b39f
commit
e8d8e662c8
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ function RunAdditionalInstalls() {
|
||||||
##############################
|
##############################
|
||||||
INSTALL_CMD=$(
|
INSTALL_CMD=$(
|
||||||
cd "${WORKSPACE_PATH}" || exit 0
|
cd "${WORKSPACE_PATH}" || exit 0
|
||||||
R -e "install.packages('remotes', repos = 'https://cloud.r-project.org/')"
|
R -e "install.packages('remotes', repos = 'https://cloud.r-project.org/')" 2>&1
|
||||||
R -e "remotes::install_local('.', dependencies=T)" 2>&1
|
R -e "remotes::install_local('.', dependencies=T)" 2>&1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue