Skip to content
Snippets Groups Projects
Commit f659a1c9 authored by danielspeicher's avatar danielspeicher
Browse files

Document stages and jobs.

parent 9acf5cca
No related branches found
No related tags found
1 merge request!25Develop
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment