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
81c23a82
Commit
81c23a82
authored
8 months ago
by
danielspeicher
Browse files
Options
Downloads
Patches
Plain Diff
Document stages and jobs.
parent
807b96e5
No related branches found
Branches containing commit
No related tags found
1 merge request
!26
Develop
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/gitlab/drupal/index.md
+29
-1
29 additions, 1 deletion
docs/gitlab/drupal/index.md
with
29 additions
and
1 deletion
docs/gitlab/drupal/index.md
+
29
−
1
View file @
81c23a82
...
...
@@ -10,7 +10,7 @@ tags:
# GitLab CI for Drupal pipelines
This project contains a number of pre-configured tasks for GitLab CI/CD that
allow to run very powerful pipelines which contain the following stage
s
:
allow to run very powerful pipelines which contain the following stage
order
:
-
[
.pre (predefined)
](
#pre
)
-
[
execute
](
#execute
)
...
...
@@ -466,6 +466,34 @@ Rules, when the job should run:
### Postprocess
#### Check 4 Updates Commit
We start a docker image for php with the specifies versions:
-
`PHP_MAJOR_VERSION`
-
`PHP_MINOR_VERSION`
The following jobs must run before successfully. Some are optional, which means, if they exist, this job waits for them
to complete:
-
[
Check 4 Updates
](
#check-4-updates
)
-
uses its artefacts
-
[
Check 4 Security Vulnerability Advisories
](
#check-4-security-vulnerability-advisories
)
-
optional
-
[
Check 4 Outdated Packages
](
#check-4-outdated-packages
)
-
optional
First we have to do some preparation. This is done in the
`before_script`
section.
-
[
.prepareaccess
](
#prepareaccess
)
-
[
.preparecomposerplugins
](
#preparecomposerplugins
)
Rules, when the job should run:
-
`$CHECKUPDATES`
is set
-
we are on the
`develop`
branch
### Test
...
...
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