Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
open-source
MetaGer
Merge requests
!2002
Resolve "implementing the alleinstellungsmerkmale to the about us page"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "implementing the alleinstellungsmerkmale to the about us page"
1217-implementing-the-alleinstellungsmerkmale-to-the-about-us-page
into
development
Overview
0
Commits
16
Pipelines
10
Changes
9
Merged
Kim Höfer
requested to merge
1217-implementing-the-alleinstellungsmerkmale-to-the-about-us-page
into
development
2 years ago
Overview
0
Commits
16
Pipelines
10
Changes
9
Expand
Closes
#1217 (closed)
Edited
2 years ago
by
Kim Höfer
0
0
Merge request reports
Compare
development
version 8
acb1324c
2 years ago
version 7
988a787c
2 years ago
version 6
9b7232bf
2 years ago
version 5
270bae58
2 years ago
version 4
cbc5be47
2 years ago
version 3
2afbfbd7
2 years ago
version 2
5d8dca95
2 years ago
version 1
6d4c7885
2 years ago
development (base)
and
latest version
latest version
785cb7c5
16 commits,
2 years ago
version 8
acb1324c
15 commits,
2 years ago
version 7
988a787c
13 commits,
2 years ago
version 6
9b7232bf
11 commits,
2 years ago
version 5
270bae58
9 commits,
2 years ago
version 4
cbc5be47
5 commits,
2 years ago
version 3
2afbfbd7
4 commits,
2 years ago
version 2
5d8dca95
2 commits,
2 years ago
version 1
6d4c7885
1 commit,
2 years ago
9 files
+
71
−
28
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
.gitlab/deployment_scripts/cleanup_tags_non_revision.sh
+
1
−
1
Options
@@ -3,7 +3,7 @@
set
-e
HELM_RELEASE_NAME
=
${
HELM_RELEASE_NAME
:0:53
}
HELM_RELEASE_NAME
=
$
{
HELM_RELEASE_NAME
%%*(-)
}
HELM_RELEASE_NAME
=
$
(
echo
$
HELM_RELEASE_NAME
|
sed
's/-$//'
)
# Get All existing tags for the fpm repo
echo
"Fetching existing fpm tags..."
Loading