buildignore
This commit is contained in:
parent
8813e208e0
commit
949e2bc6d0
2 changed files with 6 additions and 1 deletions
|
|
@ -6,3 +6,6 @@
|
||||||
.markdownlint.yaml
|
.markdownlint.yaml
|
||||||
.prettierrc.json
|
.prettierrc.json
|
||||||
.woodpecker
|
.woodpecker
|
||||||
|
devxy-arm64-r-binaries/
|
||||||
|
PACKAGES*
|
||||||
|
s3:*
|
||||||
|
|
@ -10,7 +10,9 @@ store_build_metadata(
|
||||||
platform,
|
platform,
|
||||||
error_occurred,
|
error_occurred,
|
||||||
force = FALSE,
|
force = FALSE,
|
||||||
error = NA
|
error = NA,
|
||||||
|
build_duration = NA,
|
||||||
|
size = NA
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
\description{
|
\description{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue