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

Fix temp pages deploy

parent 45aec654
2 merge requests!77Docs,!76Develop
Pipeline #9216 passed with stages
in 4 minutes and 7 seconds
......@@ -27,6 +27,7 @@ build_badges:
- master
- develop
- tags
- docs
before_script:
- module load singularity/3.5.3
- chmod +x ./workflow/scripts/get_updated_badge_info.sh
......@@ -44,6 +45,7 @@ pages:
- master
- develop
- tags
- docs
dependencies:
- build_badges
script:
......@@ -923,33 +925,4 @@ consistency:
paths:
- 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:
- docs
dependencies:
- temp_build_badges
script:
- mkdir -p public
- mv badges/ public/badges/
artifacts:
paths:
- public
\ No newline at end of file
expire_in: 7 days
\ 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