Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ranomaly
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
umrf
ranomaly
Commits
aa963fed
Commit
aa963fed
authored
6 months ago
by
Etienne Rifa
Browse files
Options
Downloads
Patches
Plain Diff
update
parent
537367c7
No related branches found
No related tags found
No related merge requests found
Pipeline
#220328
failed with stage
in 3 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-5
3 additions, 5 deletions
.gitlab-ci.yml
with
3 additions
and
5 deletions
.gitlab-ci.yml
+
3
−
5
View file @
aa963fed
stages
:
-
install
-
wiki
-
install
variables
:
R_VERSION
:
"
4.3.3"
CI_GITLAB_TOKEN
:
$CI_GITLAB_TOKEN
pages
:
stage
:
wiki
...
...
@@ -26,7 +26,5 @@ install_linux:
-
apt-get install -y git libcurl4-openssl-dev libssl-dev libxml2-dev libgmp3-dev libmpfr-dev cmake zlib1g-dev
script
:
-
R -e 'install.packages(c("remotes", "devtools"))'
-
R -e 'remotes::install_gitlab(repo = "umrf/ranomaly", host = "forgemia.inra.fr", auth_token = Sys.getenv("CI_GITLAB_TOKEN"))'
-
R -e 'remotes::install_gitlab(repo = "umrf/ranomaly", host = "forgemia.inra.fr", auth_token = Sys.getenv("CI_GITLAB_TOKEN")
, upgrade = FALSE
)'
-
R -e 'devtools::check()'
only
:
-
master
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment