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

Fix - in not-tested

parent a3a43a5d
2 merge requests!76Develop,!75Env.ci
Pipeline #9507 passed with stages
in 16 minutes and 37 seconds
......@@ -55,17 +55,17 @@ curl --request GET https://img.shields.io/badge/MultiQC%20Version-${multiqc_vers
echo "creating blank env badges if not tested"
if [ ! -f ./badges/env/dnanexus.svg ]
then
curl --request GET https://img.shields.io/badge/Envronment%3A%20DNAnexus-not%2Dtested-important?style=flat > ./badges/env/dnanexus.svg
curl --request GET https://img.shields.io/badge/Envronment%3A%20DNAnexus-not_tested-important?style=flat > ./badges/env/dnanexus.svg
fi
if [ ! -f ./badges/env/aws.svg ]
then
curl --request GET https://img.shields.io/badge/Envronment%3A%20AWS-not%2Dtested-important?style=flat > ./badges/env/aws.svg
curl --request GET https://img.shields.io/badge/Envronment%3A%20AWS-not_tested-important?style=flat > ./badges/env/aws.svg
fi
if [ ! -f ./badges/env/azure.svg ]
then
curl --request GET https://img.shields.io/badge/Envronment%3A%20Azure-not%2Dtested-important?style=flat > ./badges/env/azure.svg
curl --request GET https://img.shields.io/badge/Envronment%3A%20Azure-not_tested-important?style=flat > ./badges/env/azure.svg
fi
if [ ! -f ./badges/env/gcp.svg ]
then
curl --request GET https://img.shields.io/badge/Envronment%3A%20GCP-not%2Dtested-important?style=flat > ./badges/env/gcp.svg
curl --request GET https://img.shields.io/badge/Envronment%3A%20GCP-not_tested-important?style=flat > ./badges/env/gcp.svg
fi
\ 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