From b2258e63dfee6adbb43cd6ab73fb2a406ba462f0 Mon Sep 17 00:00:00 2001 From: Pierre FERREIRA Date: Thu, 9 Feb 2023 14:42:34 +0100 Subject: [PATCH] Ajout du .drone.yml Debut CI --- .drone.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..c96db9b --- /dev/null +++ b/.drone.yml @@ -0,0 +1,16 @@ +kind: pipeline +type: docker +name: EfCsLoL + +trigger: + event: + - push + +# steps: +# - name: build +# image: plugins/docker +# settings: +# sonar_host: +# from_secret: sonar_host +# sonar_token: +# from_secret: sonar_token \ No newline at end of file