From 9f7fb4fa82e24696d03c9caff99688f06fb89bfb Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Tue, 28 Feb 2023 09:31:59 +0100 Subject: [PATCH] Change .drone.yml --- .drone.yml | 11 ----------- .idea/SAE4.01_FORMULAIRE.iml | 8 ++++++++ .idea/dataSources.xml | 12 ++++++++++++ .idea/git_toolbox_prj.xml | 15 +++++++++++++++ .idea/inspectionProfiles/Project_Default.xml | 10 ++++++++++ .idea/php.xml | 4 ++++ 6 files changed, 49 insertions(+), 11 deletions(-) create mode 100644 .idea/SAE4.01_FORMULAIRE.iml create mode 100644 .idea/dataSources.xml create mode 100644 .idea/git_toolbox_prj.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/php.xml diff --git a/.drone.yml b/.drone.yml index dbbf07f..a9852a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,17 +16,6 @@ steps: commands: - find -name "*.php" -exec php -l "{}" \; - - - name: setup_PHP_for_SonarQube - image: sonarsource/sonar-scanner-cli - environment: - SONAR_TOKEN: - from_secret: SONARQ_TOKEN - commands: - - - sonar-scanner -Dsonar.projectKey=SAE4.01_FORMULAIRE -Dsonar.sources=. -Dsonar.login=$${SONAR_TOKEN} -Dsonar.language=php -Dsonar.host.url=https://codefirst.iut.uca.fr/sonar -Dsonar.php.coverage.reportPaths=coverage.xml - - # docker image build - name: set_api_form image: plugins/docker diff --git a/.idea/SAE4.01_FORMULAIRE.iml b/.idea/SAE4.01_FORMULAIRE.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/SAE4.01_FORMULAIRE.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..1802a0d --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,12 @@ + + + + + mariadb + true + org.mariadb.jdbc.Driver + jdbc:mariadb://localhost:3306 + $ProjectFileDir$ + + + \ No newline at end of file diff --git a/.idea/git_toolbox_prj.xml b/.idea/git_toolbox_prj.xml new file mode 100644 index 0000000..02b915b --- /dev/null +++ b/.idea/git_toolbox_prj.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..6081160 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,10 @@ + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..7e5d55a --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file