diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index b4680eb..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,28 +0,0 @@ -default: - image: "node:20.13.1" - -stages: - - "test" - -test: - stage: "test" - only: - - "merge_requests" - - "develop" - script: - - "npm clean-install" - - "npm run expo:typed-routes" - - 'echo "${CI_COMMIT_MESSAGE}" | npm run lint:commit' - - "npm run lint:prettier" - - "npm run lint:eslint" - - "npm run lint:typescript" - - "npm run test" - # artifacts: - # paths: - # - "coverage/" - # reports: - # coverage_report: - # coverage_format: "cobertura" - # path: "coverage/cobertura-coverage.xml" - # junit: "junit.xml" - # coverage: '/All files[^|]*\|[^|]*\s+([\d\.]+)/' diff --git a/README.md b/README.md index 74148d2..70c76f5 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Un tracker d'habitudes pour performer au boulot et dans la vie de tous les jours ```sh # Cloner le projet -git clone git@git.unistra.fr:rrll/p61-project.git +git clone git@github.com:theoludwig/p61-project.git # Se déplacer dans le répertoire du projet cd p61-project diff --git a/docs/CONVENTIONS.md b/docs/CONVENTIONS.md index c8d49be..a7c91ee 100644 --- a/docs/CONVENTIONS.md +++ b/docs/CONVENTIONS.md @@ -19,7 +19,7 @@ npm run test npm run test -- --u ``` -Une pipeline CI ([`.gitlab-ci.yml`](../.gitlab-ci.yml)) est en place pour vérifier que le code respecte ces bonnes pratiques et que les tests passent. +Une pipeline CI est en place pour vérifier que le code respecte ces bonnes pratiques et que les tests passent. ## GitFlow