From d97c25ed3c148853a8d8281a601b0203e6babcfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me> Date: Thu, 1 Aug 2024 14:03:51 +0200 Subject: [PATCH] chore : cleaanup --- .gitlab-ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31a46cb..1cd7e80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ ############################################################################### -# Aidge Continious Integration and Continuous Deployment # +# Aidge Continuous Integration and Deployment # # # ############################################################################### @@ -24,7 +24,4 @@ include: - '.gitlab/ci/windows_cpp.gitlab-ci.yml' - '.gitlab/ci/windows_python.gitlab-ci.yml' - - '.gitlab/ci/release/cibuildwheel_windows.gitlab-ci.yml' - - - + - '.gitlab/ci/release/cibuildwheel_windows.gitlab-ci.yml' -- GitLab