Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Documentation
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
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
DevOps Tools
Documentation
Merge requests
!23
Develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Develop
develop
into
main
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
danielspeicher
requested to merge
develop
into
main
8 months ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
bc9495f5
Prev
Next
Show latest version
1 file
+
19
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bc9495f5
Document stages and jobs.
· bc9495f5
danielspeicher
authored
8 months ago
docs/gitlab/drupal/index.md
+
19
−
0
Options
@@ -405,8 +405,27 @@ Here we have some internal stages, which cannot be executed alone. The purpose i
collect repeating execution.
#### .prepareaccess
This internal job, you find in
[
mixins.yml
](
https://gitlab.lakedrops.com/gitlab-ci-cd/general/-/blob/main/mixins.yml?ref_type=heads
)
.
Mainly, we care about getting access to:
-
the host
`${CI_SERVER_HOST}`
with
`ssh`
via
`$SSH_PRIVATE_KEY`
-
GitLab Login via
`$GITLAB_ACCESS_TOKEN`
and
`$GITLAB_PRIVATE_TOKEN`
-
Docker configuration via
`$DOCKER_AUTH_CONFIG`
#### .preparecomposerplugins
This internal job, you find in
[
mixins.yml
](
https://gitlab.lakedrops.com/gitlab-ci-cd/general/-/blob/main/mixins.yml?ref_type=heads
)
.
The following points will be prepared for
[
Composer
](
https://getcomposer.org/
)
:
-
the version >2, if
`$DOWNGRADE_COMPOSER`
is not set
-
the configuration
`allow-plugins`
-
the configuration
`audit.abandoned`
, depend on
`$IGNORE_COMPOSER_ABANDONED_AUDIT`
-
unsupported module versions, which are allowed to use
## Configuration
### GitLab Runner
Loading