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
Commits
bc9495f5
Commit
bc9495f5
authored
8 months ago
by
danielspeicher
Browse files
Options
Downloads
Patches
Plain Diff
Document stages and jobs.
parent
54ba6972
No related branches found
Branches containing commit
No related tags found
1 merge request
!23
Develop
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/gitlab/drupal/index.md
+19
-0
19 additions, 0 deletions
docs/gitlab/drupal/index.md
with
19 additions
and
0 deletions
docs/gitlab/drupal/index.md
+
19
−
0
View file @
bc9495f5
...
...
@@ -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
...
...
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