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

Remove extra badge build step

parent fb5a2605
Branches
Tags
2 merge requests!58Develop,!55Resolve "Add tool version badges"
Pipeline #8752 failed with stages
in 2 minutes and 54 seconds
......@@ -21,22 +21,8 @@ stages:
- integration
- consistency
build_badges_versions:
build_badges:
stage: badges
except: schedules
before_script:
- module load singularity/3.5.3
- chmod +x ./workflow/scripts/get_updated_badge_info.sh
script:
- echo "Building badges"
- singularity run 'docker://gudmaprbk/gudmap-rbk_base:1.0.0' bash ./workflow/scripts/get_updated_badge_info.sh
artifacts:
paths:
- badges/
build_badges_counts:
stage: badges
only: schedules
before_script:
- module load singularity/3.5.3
- chmod +x ./workflow/scripts/get_updated_badge_info.sh
......
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