Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MLAir
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esde
machine-learning
MLAir
Commits
7458f77d
Commit
7458f77d
authored
2 years ago
by
lukas leufen
Browse files
Options
Downloads
Patches
Plain Diff
ensure encoding
parent
b06d6ac0
No related branches found
No related tags found
5 merge requests
!468
first implementation of toar-data-v2, can load data (but cannot process these...
,
!467
Resolve "release v2.2.0"
,
!455
update for reqs
,
!452
Lukas issue404 feat skip ols
,
!450
Resolve "TECH: Docs Badge not created"
Pipeline
#105674
passed
2 years ago
Stage: test
Stage: docs
Stage: pages
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CI/update_badge.sh
+2
-1
2 additions, 1 deletion
CI/update_badge.sh
with
2 additions
and
1 deletion
CI/update_badge.sh
+
2
−
1
View file @
7458f77d
...
...
@@ -12,7 +12,7 @@ printf "%s\n" ${EXIT_STATUS}
# fetch badge_status
BADGE_STATUS
=
"
${
CI_COMMIT_REF_NAME
}
:
${
CI_JOB_NAME
}
"
# replace - with --
BADGE_STATUS
=
$(
echo
-e
"
${
BADGE_STATUS
//\-/--
}
"
)
#
BADGE_STATUS=$( echo -e "${BADGE_STATUS//\-/--}")
# Set values for shields.io fields based on STATUS
...
...
@@ -72,6 +72,7 @@ SHIELDS_IO_NAME="$( echo -e "${SHIELDS_IO_NAME// /%20}" )"
echo
"
${
SHIELDS_IO_NAME
}
"
curl
"
${
SHIELDS_IO_NAME
}
"
>
"
${
BADGE_FILENAME
}
"
SHIELDS_IO_NAME
=
"https://img.shields.io/static/v1?label=RECENT%3A
${
BADGE_STATUS
}
&message=
${
BADGE_SUBJECT
}
&color=
${
BADGE_COLOR
}
"
SHIELDS_IO_NAME
=
"
$(
echo
-e
"
${
SHIELDS_IO_NAME
// /%20
}
"
)
"
echo
"
${
SHIELDS_IO_NAME
}
"
>
testRecentName.txt
echo
"
${
SHIELDS_IO_NAME
}
"
curl
"
${
SHIELDS_IO_NAME
}
"
>
"
${
RECENT_BADGE_FILENAME
}
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment