Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
data.nitrates
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DREAL Pays de la Loire
Centre de Services de la Donnée
Eau et milieux aquatiques
data.nitrates
Merge requests
!15
Typos sur les noms de la branche et du package
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Typos sur les noms de la branche et du package
dev
into
master
Overview
0
Commits
64
Pipelines
2
Changes
3
Merged
ronan.vignard
requested to merge
dev
into
master
7 months ago
Overview
0
Commits
64
Pipelines
2
Changes
3
Expand
0
0
Merge request reports
Compare
master
version 1
3702910d
7 months ago
master (base)
and
latest version
latest version
23b8c749
64 commits,
7 months ago
version 1
3702910d
63 commits,
7 months ago
3 files
+
13
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
7
−
7
Options
@@ -37,7 +37,7 @@ integration:
allow_failure
:
true
when
:
on_success
only
:
-
ma
in
-
ma
ster
script
:
-
Rscript -e 'remotes::install_cran(c("pkgdown"), upgrade = "never")'
-
Rscript -e 'pkgdown::build_site()'
@@ -46,20 +46,20 @@ integration:
-
docs
expire_in
:
30 days
integration-ma
in
:
integration-ma
ster
:
stage
:
pkgdown-move
dependencies
:
-
integration
only
:
-
ma
in
-
ma
ster
script
:
-
mkdir -p public
-
echo "test file" > public/test.txt
-
'
curl
--location
--output
artifacts.zip
--header
"JOB-TOKEN:
$CI_JOB_TOKEN"
"https://gitlab.com/api/v4/projects/$CI_PROJECT_ID/jobs/artifacts/ma
in
/download?job=pages"
&&
-
'
curl
--location
--output
artifacts.zip
--header
"JOB-TOKEN:
$CI_JOB_TOKEN"
"https://gitlab.com/api/v4/projects/$CI_PROJECT_ID/jobs/artifacts/ma
ster
/download?job=pages"
&&
unzip
artifacts.zip
&&
rm
artifacts.zip
&&
echo
"copied
ma
in
artifacts"
||
echo
"copied
ma
in
artifacts
failed"'
echo
"copied
ma
ster
artifacts"
||
echo
"copied
ma
ster
artifacts
failed"'
-
ls -la docs || echo "Docs directory does not exist or is empty"
-
cp -r docs/* public || echo "No files to copy"
-
ls -la public
@@ -77,4 +77,4 @@ pages:
paths
:
-
public
only
:
-
ma
in
-
ma
ster
Loading