Commit f2886e1b authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

docs: update version

parent abffdfbf
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -79,9 +79,9 @@ is an example `.gitlab-ci.yml` importing the python template:
```yaml
---
include:
  - project: "just-ci/templates"
    file: "templates/python.yml"
    ref: "v5.6.1"
  - project: just-ci/templates
    file: templates/python.yml
    ref: v5.6.1
```

The above is a template for Python projects. Other templates can be found in
@@ -100,9 +100,9 @@ you want you can always disable specific jobs with custom rules.
```yaml
---
include:
  - project: "just-ci/templates"
    file: "templates/python.yml"
    ref: "v5.6.1"
  - project: just-ci/templates
    file: templates/python.yml
    ref: v5.6.1

python:pytest:
  rules:
+3 −3
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ monorepo_root
include:
  - project: just-ci/templates
    file: templates/container.yml
    ref: v5.4.0
    ref: v5.6.1

image:build:subdir_b:
  extends: .image:build
@@ -56,7 +56,7 @@ subsequent `Dockerfile`, you need to create jobs which extend `.kaniko` and
include:
  - project: just-ci/templates
    file: templates/container.yml
    ref: v5.4.0
    ref: v5.6.1

variables:
  IMAGE_CONTEXT: subdir_a
@@ -85,7 +85,7 @@ builder template. For example:
include:
  - project: just-ci/templates
    file: templates/container.yml
    ref: v5.4.0
    ref: v5.6.1

.image:build:
  extends: .buildah # All build jobs will now use buildah