Commit 0be36c4c authored by Federico Falconieri's avatar Federico Falconieri
Browse files

Merge branch 'beta' into 16-fix-enhance-grype-job

parents 38af5665 451e7574
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
# Just CI templates v4.0.1
# Just CI templates v4.1.0

Maintainers:
* Federico Falconieri: @falcorocks
@@ -42,7 +42,7 @@ Here is an example `.gitlab-ci.yml` importing the python template:
include:
  - project: 'just-ci/templates'
    file: 'templates/python.yml'
    ref: 'v4.0.1'
    ref: 'v4.1.0'
```

The above is a template for Python projects. Other templates can be found in `templates/`, for example:
@@ -59,7 +59,7 @@ Templates and pipelines may come with jobs you don't want/need to run. We have c
include:
  - project: 'just-ci/templates'
    file: 'templates/python.yml'
    ref: 'v4.0.1'
    ref: 'v4.1.0'

python:pytest:
  rules:
+1 −1
Original line number Diff line number Diff line
[version]
current = "4.0.1"
current = "4.1.0"

regex = '''
  (?P<major>\d+)