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

Add temp badge build for branch

parent 8122db0a
Branches
Tags
2 merge requests!77Docs,!76Develop
Pipeline #9210 passed with stages
in 3 minutes and 10 seconds
......@@ -924,3 +924,34 @@ consistency:
- SE_multiqc_data.json
- PE_multiqc_data.json
expire_in: 7 days
temp_build_badges:
stage: badges
only:
- docs
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
- singularity run 'docker://gudmaprbk/gudmap-rbk_base:1.0.0' bash ./workflow/scripts/get_updated_rep_count.sh
artifacts:
paths:
- badges/
temp_pages:
stage: deploy
only:
- master
- develop
- tags
dependencies:
- temp_build_badges
script:
- mkdir -p public
- mv badges/ public/badges/
artifacts:
paths:
- public
\ No newline at end of file
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