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

Make dummy env badge dir if case of emergencies

parent ba6c4b9e
2 merge requests!76Develop,!75Env.ci
Pipeline #9513 passed with warnings with stages
in 55 seconds
......@@ -1031,7 +1031,6 @@ dnanexus:
- dx upload ./test_data/fastq/xsmall/Q-Y5F6_1M.R{1,2}.fastq.gz --path /ci-env/input/ --parents --auth-token ${dnanexus_authToken} --project-context-id ${dnanexus_workspace}
- >
dx run nf-dxapp-bicf --auth-token ${dnanexus_authToken} --project-context-id ${dnanexus_workspace} \
--watch \
--delay-workspace-destruction \
--instance-type mem1_ssd1_v2_x16 \
--input-json "$(envsubst < ./docs/nxf_dnanexus-ci-test.json)" \
......
......@@ -53,6 +53,7 @@ curl --request GET https://img.shields.io/badge/RSeQC%20Version-${rseqc_version}
curl --request GET https://img.shields.io/badge/MultiQC%20Version-${multiqc_version}-blueviolet?style=flat > ./badges/tools/multiqc.svg
echo "creating blank env badges if not tested"
mkdir -p ./badges/env
if [ ! -f ./badges/env/dnanexus.svg ]
then
curl --request GET https://img.shields.io/badge/Envronment%3A%20DNAnexus-not_tested-important?style=flat > ./badges/env/dnanexus.svg
......
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