Skip to content
Snippets Groups Projects
Commit 1e0f606b authored by lukas leufen's avatar lukas leufen
Browse files

try space replacement

parent 7b169c9a
Branches
No related tags found
5 merge requests!468first implementation of toar-data-v2, can load data (but cannot process these...,!467Resolve "release v2.2.0",!455update for reqs,!452Lukas issue404 feat skip ols,!450Resolve "TECH: Docs Badge not created"
Pipeline #105653 failed
......@@ -81,6 +81,7 @@ RECENT_BADGE_FILENAME="badge_recent-${CI_JOB_NAME}.svg"
SHIELDS_IO_NAME="https://img.shields.io/static/v1?label=${BADGE_STATUS}&message=${BADGE_SUBJECT}&color=${BADGE_COLOR}"
SHIELDS_IO_NAME="$( echo -e "${SHIELDS_IO_NAME// /%20}" )"
printf "%s\n" "INFO: Fetching badge ${SHIELDS_IO_NAME} from shields.io to ${BADGE_FILENAME}."
echo "${SHIELDS_IO_NAME}"
curl "${SHIELDS_IO_NAME}" > "${BADGE_FILENAME}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment