brackets issue
This commit is contained in:
parent
e83b43ad1e
commit
c2e7ff41ea
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ skip_clone: true
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- PLATFORM: rhel-9
|
- PLATFORM: rhel-9
|
||||||
BLOCK: 920:1450
|
BLOCK: 942:1450
|
||||||
# - PLATFORM: rhel-9
|
# - PLATFORM: rhel-9
|
||||||
# BLOCK: 1051:1450
|
# BLOCK: 1051:1450
|
||||||
# - PLATFORM: rhel-9
|
# - PLATFORM: rhel-9
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@ build_binary_package <- function(package_name, tag = NULL, codename = NULL,
|
||||||
},
|
},
|
||||||
# NB: here we need to use conditionMessage() to extract the actual error - as opposed to using $stderr for errors within the tryCatch used in the future* calls
|
# NB: here we need to use conditionMessage() to extract the actual error - as opposed to using $stderr for errors within the tryCatch used in the future* calls
|
||||||
error = function(e) {
|
error = function(e) {
|
||||||
cli::cli_alert_warning("Error in installing dependencies for package {.pkg {package_name{1]}} with tag {.field {tag[1]}}: {e}")
|
cli::cli_alert_warning("Error in installing dependencies for package {.pkg {package_name[1]}} with tag {.field {tag[1]}}: {e}")
|
||||||
store_build_metadata(package_name[1], tag[1], platform, error_occurred = TRUE, force = TRUE, error = conditionMessage(e))
|
store_build_metadata(package_name[1], tag[1], platform, error_occurred = TRUE, force = TRUE, error = conditionMessage(e))
|
||||||
return(TRUE)
|
return(TRUE)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue