From b01f7e4f031769d96f272497987093e9acba3e94 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Thu, 28 Mar 2024 21:13:09 +0100 Subject: [PATCH] can deploy --- .gitlab-ci.yml | 2 +- .vscode/settings.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a947922..0140d236 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -492,7 +492,7 @@ build:prod:wiki: deploy:dev: extends: .deploy rules: - - if: $CI_COMMIT_BRANCH == "dev" || $CI_COMMIT_BRANCH == "distri-system-section" + - if: $CI_COMMIT_BRANCH == "dev" || $CI_COMMIT_BRANCH == "system-distribution-plot" needs: - "build:dev:wiki" when: manual diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..7f6a6848 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "editor.defaultFormatter": "Vue.volar", + "[python]": { + "editor.defaultFormatter": "ms-python.black-formatter" + } +} \ No newline at end of file -- GitLab