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
fcb2ced1
Commit
fcb2ced1
authored
4 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
gitlab-ci-cd/drupal#12
Document new option to reset locales
parent
52aa9af8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/gitlab/drupal/index.md
+7
-2
7 additions, 2 deletions
docs/gitlab/drupal/index.md
with
7 additions
and
2 deletions
docs/gitlab/drupal/index.md
+
7
−
2
View file @
fcb2ced1
...
...
@@ -192,9 +192,11 @@ you have to write the scripts for those two tasks yourselves.
-
`COMPOSER_DOWNGRADE`
: by default, composer 2 is being used. To use composer 1
instead, set this variable to 1.
-
`INITIAL_INSTALL`
: if set to
`yes`
, the initial Drupal site installation gets
triggered and all DB and test tasks will be skipped.
triggered and all DB and test tasks will be skipped. Can also be used as
`[INITIAL_INSTALL]`
in the Git commit message.
-
`PULL_DB`
: if set to
`yes`
, the download of a fresh database dump will be
forced, regardless of any other conditions.
forced, regardless of any other conditions. Can also be used as
`[PULL_DB]`
in the Git commit message.
-
`DISABLE_CI_TESTS`
: if this variable is set to any value, the tasks in the
test stage will be skipped. This is useful e.g. in a development environment
where you push and run pipelines often but don't want to run the tests every
...
...
@@ -209,6 +211,9 @@ you have to write the scripts for those two tasks yourselves.
PHP unit tests will be skipped.
-
`CAE`
: This variable is being used by the Drupal module
[
Config auto export
](
https://www.drupal.org/project/config_auto_export
)
-
`RESET_LOCALE`
: if set to
`yes`
, the interface translations will be wiped
completely and built from scratch. Can also be used as
`[RESET_LOCALE]`
in the Git commit message.
#### Stages and Tasks
...
...
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