Skip to content

Commit

Permalink
.gitlab-ci.yml: dispatch Snakemake.8 by renaming the file
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Mar 27, 2024
1 parent f134e5d commit 8ef0ca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ common:setup:
echo "BENCHMARKS_CONTAINER: ${BENCHMARKS_CONTAINER}"
echo "BENCHMARKS_REGISTRY: ${BENCHMARKS_REGISTRY}"
- source setup/bin/env.sh && ./setup/bin/install_common.sh
- if [[ "$(snakemake --version)" != 7.* ]]; then mv Snakemake.8 Snakemake; fi


common:detector:
Expand Down

0 comments on commit 8ef0ca9

Please sign in to comment.