Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
3f5b8c84
Commit
3f5b8c84
authored
11 months ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Release 1.4.4
parent
96f9cd92
No related branches found
No related tags found
1 merge request
!278
Release 1.4.4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-3
1 addition, 3 deletions
.gitlab-ci.yml
with
1 addition
and
3 deletions
.gitlab-ci.yml
+
1
−
3
View file @
3f5b8c84
...
@@ -598,15 +598,13 @@ release-chart:
...
@@ -598,15 +598,13 @@ release-chart:
except
:
except
:
refs
:
refs
:
-
release-latest
-
release-latest
needs
:
-
build-helm
before_script
:
before_script
:
-
"
echo
${CI_REGISTRY2_PASSWORD}
|
docker
login
--username
${CI_REGISTRY2_USER}
--password-stdin
$CI_REGISTRY2_URL"
-
"
echo
${CI_REGISTRY2_PASSWORD}
|
docker
login
--username
${CI_REGISTRY2_USER}
--password-stdin
$CI_REGISTRY2_URL"
-
"
apk
add
sed
helm
curl"
-
"
apk
add
sed
helm
curl"
-
"
helm
package
./helm/dbrepo
--destination
./build"
-
"
helm
plugin
install
https://github.com/sigstore/helm-sigstore"
-
"
helm
plugin
install
https://github.com/sigstore/helm-sigstore"
script
:
script
:
-
"
helm
push
./build/dbrepo-${CHART_VERSION}.tgz
oci://${CI_REGISTRY2_URL}/helm"
-
"
helm
push
./build/dbrepo-${CHART_VERSION}.tgz
oci://${CI_REGISTRY2_URL}/helm"
-
"
helm
sigstore
upload
./build/dbrepo-${CHART_VERSION}.tgz"
release-docs
:
release-docs
:
stage
:
release
stage
:
release
...
...
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