Commit 06a51a25 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

fix versions

parent 5dc1a97b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,6 +39,6 @@ the following to your `.gitlab-ci.yml`:
include:
  - project: just-ci/templates
    file: k8s/helm/deploy.yml
    ref: v6.0.0
    ref: v6.0.1
  - local: "**/job.yaml"
```
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# black is the uncompromising python code formatter
# https://github.com/psf/black
include:
  - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.0/python/generic.yml"
  - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.0.1/python/generic.yml"

python:black:
  extends: .python:pre