From 0f5655c5669edb5bbaf0bd9a8c1f3acaf27562bc Mon Sep 17 00:00:00 2001 From: Le Tiec Aymeric <aymeric.le-tiec@etu.ec-lyon.fr> Date: Mon, 3 Feb 2025 13:44:18 +0000 Subject: [PATCH 1/2] Edit README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c46cb3..8ef0491 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Projet Interface Graphique - +J'écris dans le readme alors que je suis dans la branche test-fonction ## Getting started -- GitLab From 8e6f766f6291d3228d67f28de72131d9beabb8ce Mon Sep 17 00:00:00 2001 From: Le Tiec Aymeric <aymeric.le-tiec@etu.ec-lyon.fr> Date: Mon, 3 Feb 2025 13:47:38 +0000 Subject: [PATCH 2/2] Delete .gitlab-ci.yml --- .gitlab-ci.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index e1ab762..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,26 +0,0 @@ -# You can override the included template(s) by including variable overrides -# SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings -# Secret Detection customization: https://docs.gitlab.com/ee/user/application_security/secret_detection/pipeline/#customization -# Dependency Scanning customization: https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings -# Container Scanning customization: https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings -# Note that environment variables can be set in several places -# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence -stages: -- build -- test -- deploy -- review -- dast -- staging -- canary -- production -- incremental rollout 10% -- incremental rollout 25% -- incremental rollout 50% -- incremental rollout 100% -- performance -- cleanup -sast: - stage: test -include: -- template: Auto-DevOps.gitlab-ci.yml -- GitLab