Skip to content
Snippets Groups Projects
Commit 966f8a7a authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Set latest tag filter

parent b714492c
Branches
Tags
1 merge request!58Develop
#!/bin/bash
echo "collecting stats for badges"
latest_release_tag=$(git describe --tags `git rev-list --tags --max-count=1`)
latest_release_tag=$(git tag --sort=-committerdate -l *.*.* | head -1)
current_pipeline_version=$(cat ./workflow/nextflow.config | grep -o version.* | grep -oP "(?<=').*(?=')")
current_nextflow_version=$(cat ./workflow/nextflow.config | grep -o nextflowVersion.* | grep -oP "(?<=').*(?=')")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment