From 34d77d627185e7eee5beb31b0a66e065a80d51bc Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Feb 18 2024 18:10:09 +0000 Subject: Only show changes in deploy job Avoid cluttering the CI output with already satisfied states. Signed-off-by: Georg Pfuetzenreuter --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 290d1f8..8fa8b1a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -101,4 +101,4 @@ deploy: - sync script: - bin/set_gitlab_ci_safe_directory.sh - - bin/deploy.py --mode test --no-mine-update + - bin/deploy.py --mode test --no-mine-update --state-verbose=False