Loading k8s/helm/readme.md +1 −1 Original line number Diff line number Diff line Loading @@ -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" ``` python/black.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
k8s/helm/readme.md +1 −1 Original line number Diff line number Diff line Loading @@ -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" ```
python/black.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading