Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R_basis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CAN
R_basis
Commits
71293522
Commit
71293522
authored
1 year ago
by
Ghislain Durif
Browse files
Options
Downloads
Patches
Plain Diff
trying to find where the generated file mpg.csv is stored on the CI server
parent
813080a5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1323
passed
1 year ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-1
3 additions, 1 deletion
.gitlab-ci.yml
with
3 additions
and
1 deletion
.gitlab-ci.yml
+
3
−
1
View file @
71293522
...
...
@@ -2,6 +2,7 @@ pages:
stage
:
deploy
image
:
rocker/tidyverse
script
:
-
git clean -f
-
quarto -v
-
|
apt update && apt install -y libxt6 cargo
...
...
@@ -16,7 +17,8 @@ pages:
-
quarto render
-
|
# manage mpg.csv file by hand because it is strangely missing
cp mpg.csv public/session2/mpg.csv
# cp mpg.csv public/session2/mpg.csv
ls -R .
interruptible
:
true
artifacts
:
paths
:
...
...
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