Loading README.md +3 −3 Original line number Diff line number Diff line # Just CI templates v6.1.0-beta.1 # Just CI templates v6.1.0-beta.2 Maintainers: Loading Loading @@ -81,7 +81,7 @@ is an example `.gitlab-ci.yml` importing the python template: include: - project: just-ci/templates file: templates/python.yml ref: v6.1.0-beta.1 ref: v6.1.0-beta.2 ``` The above is a template for Python projects. Other templates can be found in Loading @@ -102,7 +102,7 @@ you want you can always disable specific jobs with custom rules. include: - project: just-ci/templates file: templates/python.yml ref: v6.1.0-beta.1 ref: v6.1.0-beta.2 python:pytest: rules: Loading pipelines/container.md +3 −3 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ monorepo_root include: - project: just-ci/templates file: templates/container.yml ref: v6.1.0-beta.1 ref: v6.1.0-beta.2 image:build:subdir_b: extends: .image:build Loading Loading @@ -64,7 +64,7 @@ subsequent `Dockerfile`, you need to create jobs which extend `.kaniko` and include: - project: just-ci/templates file: templates/container.yml ref: v6.1.0-beta.1 ref: v6.1.0-beta.2 variables: IMAGE_CONTEXT: subdir_a Loading Loading @@ -98,7 +98,7 @@ builder template. For example: include: - project: just-ci/templates file: templates/container.yml ref: v6.1.0-beta.1 ref: v6.1.0-beta.2 .image:build: extends: .buildah # All build jobs will now use buildah Loading 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.1.0-beta.1/python/generic.yml" - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.1.0-beta.2/python/generic.yml" python:black: extends: .python:pre Loading Loading
README.md +3 −3 Original line number Diff line number Diff line # Just CI templates v6.1.0-beta.1 # Just CI templates v6.1.0-beta.2 Maintainers: Loading Loading @@ -81,7 +81,7 @@ is an example `.gitlab-ci.yml` importing the python template: include: - project: just-ci/templates file: templates/python.yml ref: v6.1.0-beta.1 ref: v6.1.0-beta.2 ``` The above is a template for Python projects. Other templates can be found in Loading @@ -102,7 +102,7 @@ you want you can always disable specific jobs with custom rules. include: - project: just-ci/templates file: templates/python.yml ref: v6.1.0-beta.1 ref: v6.1.0-beta.2 python:pytest: rules: Loading
pipelines/container.md +3 −3 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ monorepo_root include: - project: just-ci/templates file: templates/container.yml ref: v6.1.0-beta.1 ref: v6.1.0-beta.2 image:build:subdir_b: extends: .image:build Loading Loading @@ -64,7 +64,7 @@ subsequent `Dockerfile`, you need to create jobs which extend `.kaniko` and include: - project: just-ci/templates file: templates/container.yml ref: v6.1.0-beta.1 ref: v6.1.0-beta.2 variables: IMAGE_CONTEXT: subdir_a Loading Loading @@ -98,7 +98,7 @@ builder template. For example: include: - project: just-ci/templates file: templates/container.yml ref: v6.1.0-beta.1 ref: v6.1.0-beta.2 .image:build: extends: .buildah # All build jobs will now use buildah Loading
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.1.0-beta.1/python/generic.yml" - remote: "https://gitlab.com/just-ci/templates/-/raw/v6.1.0-beta.2/python/generic.yml" python:black: extends: .python:pre Loading