From dbf77d1945737db7190114a019bffd0c540c95ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20OLIVIER?= <cedric3.olivier@orange.com> Date: Mon, 13 Mar 2023 20:42:27 +0000 Subject: [PATCH] chore(r2devops): add r2.yml [skip ci] --- python.r2.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 python.r2.yml diff --git a/python.r2.yml b/python.r2.yml new file mode 100644 index 0000000..7ce1a9a --- /dev/null +++ b/python.r2.yml @@ -0,0 +1,13 @@ +files: + template: ./templates/gitlab-ci-python.yml + documentation: ./README.md + changelog: ./CHANGELOG.md +data: + description: "Build, test and analyse your Python" + public: true + labels: + - to be continuous + - Python + - Build + license: LGPL v3 + deprecated: false \ No newline at end of file -- GitLab