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

.gitlab-ci.yml: dispatch Snakemake.8 by renaming the file

parent f134e5dc
Branches pr/snakemake_8
No related tags found
No related merge requests found
...@@ -88,6 +88,7 @@ common:setup: ...@@ -88,6 +88,7 @@ common:setup:
echo "BENCHMARKS_CONTAINER: ${BENCHMARKS_CONTAINER}" echo "BENCHMARKS_CONTAINER: ${BENCHMARKS_CONTAINER}"
echo "BENCHMARKS_REGISTRY: ${BENCHMARKS_REGISTRY}" echo "BENCHMARKS_REGISTRY: ${BENCHMARKS_REGISTRY}"
- source setup/bin/env.sh && ./setup/bin/install_common.sh - source setup/bin/env.sh && ./setup/bin/install_common.sh
- if [[ "$(snakemake --version)" != 7.* ]]; then mv Snakemake.8 Snakemake; fi
common:detector: common:detector:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment