From d3dbd3a011f4069a599d9a27620f6e6371c6ca01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20OLIVIER?= <cedric3.olivier@orange.com> Date: Tue, 14 Mar 2023 06:06:14 +0000 Subject: [PATCH] chore(r2devops): add r2.yml file [skip ci] --- bash.r2.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bash.r2.yml diff --git a/bash.r2.yml b/bash.r2.yml new file mode 100644 index 0000000..2b25b5d --- /dev/null +++ b/bash.r2.yml @@ -0,0 +1,12 @@ +files: + template: ./templates/gitlab-ci-bash.yml + documentation: ./README.md + changelog: ./CHANGELOG.md +data: + description: "Test and analyse your shell code" + public: true + labels: + - to be continuous + - Test + license: LGPL v3 + deprecated: false -- GitLab