#3506040 Add $DRUPAL_PROJECTS_PATH variable and remove hard-coded paths
Compare changes
Files
6+ 11
− 0
@@ -125,6 +125,17 @@ variables:
@@ -125,6 +125,17 @@ variables:
The [workflow](https://docs.gitlab.com/ee/ci/yaml/workflow.html) of a repository defines when pipelines will be run. Various events, such as creating a Merge Request, committing to the default branch or submitting via the pipeline UI can be used in combinations of rules, and if any of the conditions are true then the pipeline will be run. Gitlab Templates defines a [default workflow](https://git.drupalcode.org/project/gitlab_templates/-/blob/main/includes/include.drupalci.workflows.yml) which in most cases will be exactly what your project needs. However, if you do need to extend this default workflow, you can use the following:
The [workflow](https://docs.gitlab.com/ee/ci/yaml/workflow.html) of a repository defines when pipelines will be run. Various events, such as creating a Merge Request, committing to the default branch or submitting via the pipeline UI can be used in combinations of rules, and if any of the conditions are true then the pipeline will be run. Gitlab Templates defines a [default workflow](https://git.drupalcode.org/project/gitlab_templates/-/blob/main/includes/include.drupalci.workflows.yml) which in most cases will be exactly what your project needs. However, if you do need to extend this default workflow, you can use the following: