From 4d797691b1e16ac534cced039619646c92f7a6a0 Mon Sep 17 00:00:00 2001 From: William Kuijltjes Date: Tue, 27 Feb 2024 20:20:18 +0100 Subject: [PATCH] Disable deployment pipeline It is broken since the migration to the new server. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c57f10f..cd81d65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,8 @@ black: script: - poetry run black --quiet --check marietje -deploy: +# TODO: Fix the deploy stage, as it has not been adapted to the new server Marietje runs on. The . disables the stage. +.deploy: stage: deploy only: ['marietje-zuid'] before_script: