Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ECA Guide
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Service Desk
Analyze
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
Drupal
Documentation
ECA Guide
Merge requests
!123
Merging develop into main
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Merging develop into main
develop
into
main
Overview
0
Commits
9
Pipelines
1
Changes
1
Merged
jurgenhaas
requested to merge
develop
into
main
2 months ago
Overview
0
Commits
9
Pipelines
1
Changes
1
Expand
Review home page and concept index page
Fix link to library
Update instructions on how to contribute to documentation
Ensure destination directory for MR deployments exists
Set "next steps" order to be the same as in lhs nav
Remove gitlab CI file which is now defined in a protected space
Feature/eca set field value
0
0
Merge request reports
Viewing commit
1571cfe9
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
1571cfe9
Ensure destination directory for MR deployments exists
· 1571cfe9
jurgenhaas
authored
2 months ago
.gitlab-ci.yml
+
1
−
0
Options
@@ -41,6 +41,7 @@ DeployMR:
variables
:
GIT_STRATEGY
:
none
script
:
-
a -m file -a "dest=/var/www/docs/eca-mr/${CI_MERGE_REQUEST_SOURCE_BRANCH_NAME} state=directory" --limit=bsdevop1
-
a -m synchronize -a "src=${PWD}/site/ dest=/var/www/docs/eca-mr/${CI_MERGE_REQUEST_SOURCE_BRANCH_NAME} delete=yes" --limit=bsdevop1
environment
:
name
:
review/$CI_COMMIT_REF_SLUG
Loading