Loading README.md +6 −6 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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: Loading pipelines/container.md +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading Loading
README.md +6 −6 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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: Loading
pipelines/container.md +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading