-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add 'CI' envvar for ropensci-review-tools/roreviewapi#63 (#50)
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,11 @@ FROM ghcr.io/ropensci-review-tools/pkgcheck:latest | |
LABEL maintainer="Jacob Wujciak-Jens <[email protected]>" | ||
|
||
ENV NOT_CRAN "true" | ||
Check warning on line 4 in Dockerfile GitHub Actions / pushLegacy key/value format with whitespace separator should not be used
Check warning on line 4 in Dockerfile GitHub Actions / pushLegacy key/value format with whitespace separator should not be used
|
||
ENV CI "ropensci" | ||
Check warning on line 5 in Dockerfile GitHub Actions / pushLegacy key/value format with whitespace separator should not be used
Check warning on line 5 in Dockerfile GitHub Actions / pushLegacy key/value format with whitespace separator should not be used
|
||
|
||
COPY R/check.R /check.R | ||
COPY R/install.R /install.R | ||
|
||
RUN ["Rscript", "/install.R"] | ||
|
||
ENTRYPOINT [ "Rscript", "/check.R" ] | ||
ENTRYPOINT [ "Rscript", "/check.R" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters