From df6a0b3f9709a63dace41e3ef24d0f3e056ad489 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin <dmitry.kalinkin@gmail.com> Date: Sat, 19 Oct 2024 22:26:14 -0400 Subject: [PATCH] .gitlab-ci.yml: remove --rerun-triggers It appears that presence of mtime in the list is simply ignored by Snakemake. Probably, it's not possible to run with ignoring mtimes. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a19fd1a..36abfc88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ variables: DETECTOR_CONFIG: epic_craterlake GITHUB_SHA: '' GITHUB_REPOSITORY: '' - SNAKEMAKE_FLAGS: '--cache --rerun-triggers code input params software-env' + SNAKEMAKE_FLAGS: '--cache' workflow: name: '$PIPELINE_NAME' -- GitLab