Skip to content

Commit 9950d22

Browse files
committed
remove all whitespace at the end of file as I asked so we don't have the same GLCI failure again
1 parent a451f28 commit 9950d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ build: ## build data.table sources as tar.gz archive
6363
before_script:
6464
- Rscript -e 'install.packages(c("knitr","rmarkdown"), repos=file.path("file:",normalizePath("bus/mirror-packages/cran")), quiet=TRUE)'
6565
- rm -r bus
66-
- sed -i '${/^$/d;}' ./DESCRIPTION ## make last line end abruptly; i.e. without a final \n
66+
- sed -i '/^[[:space:]]*$/d' ./DESCRIPTION ## make last line end abruptly; i.e. without a final \n
6767
- echo "Revision:" $CI_BUILD_REF >> ./DESCRIPTION
6868
script:
6969
- R CMD build .

0 commit comments

Comments
 (0)