From f659a1c9be57c3eea3ab76818d94f96714643704 Mon Sep 17 00:00:00 2001 From: Daniel Speicher <daniel.speicher@lakedrops.com> Date: Wed, 24 Jul 2024 18:40:04 +0200 Subject: [PATCH] Document stages and jobs. --- docs/gitlab/drupal/index.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/gitlab/drupal/index.md b/docs/gitlab/drupal/index.md index 6263da2..2a8bbe4 100644 --- a/docs/gitlab/drupal/index.md +++ b/docs/gitlab/drupal/index.md @@ -195,6 +195,27 @@ The following jobs must run before successfully: #### Check 4 Updates +e start a docker image for `php` with the specifies versions: + +- `PHP_MAJOR_VERSION` +- `PHP_MINOR_VERSION` + +First we have to do some preparation. This is done in the `before_script` section. + +- [.prepareaccess](#prepareaccess) +- [.preparecomposerplugins](#preparecomposerplugins) + +The job stores the artefacts in `check4updates`. + + + + +Rules, when the job should run: + +- `$CHECKUPDATES` is set +- we are on the `develop` branch + + #### Check 4 Outdated Packages We start a docker image for `php` with the specifies versions: -- GitLab