Skip to content
Snippets Groups Projects
Commit df6a0b3f authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

.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.
parent 6e99ae8b
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment