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
GitLab 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
6406e23a
Verified
Commit
6406e23a
authored
1 year ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
WIP
parent
4912b2f3
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!274
Hotfix foreign key
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
6406e23a
...
@@ -588,7 +588,7 @@ release-images:
...
@@ -588,7 +588,7 @@ release-images:
-
"
ifconfig
eth0
mtu
1450
up"
-
"
ifconfig
eth0
mtu
1450
up"
-
"
apk
add
make
bash"
-
"
apk
add
make
bash"
script
:
script
:
-
"
make
release"
-
"
make
release
-images
"
release-chart
:
release-chart
:
stage
:
release
stage
:
release
...
@@ -598,11 +598,11 @@ release-chart:
...
@@ -598,11 +598,11 @@ release-chart:
-
/^release-.*/
-
/^release-.*/
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"
-
"
echo
${CI_GPG_KEYRING}
|
base64
-d
>
~/key
ring.gpg"
-
"
echo
${CI_GPG_KEYRING}
|
base64
-d
>
/root/.gnupg/pub
ring.gpg"
-
"
apk
add
sed
helm
curl"
-
"
apk
add
sed
helm
curl"
-
"
helm
plugin
install
https://github.com/sigstore/helm-sigstore"
-
"
helm
plugin
install
https://github.com/sigstore/helm-sigstore"
script
:
script
:
-
"
helm
package
--sign
--key
'Martin
Weise'
./helm/dbrepo
--keyring
~/key
ring.gpg
--destination
./build"
-
"
helm
package
--sign
--key
'Martin
Weise'
./helm/dbrepo
--keyring
/root/.gnupg/pub
ring.gpg
--destination
./build"
-
"
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"
-
"
helm
sigstore
upload
./build/dbrepo-${CHART_VERSION}.tgz"
...
@@ -613,7 +613,7 @@ release-docs:
...
@@ -613,7 +613,7 @@ release-docs:
refs
:
refs
:
-
/^release-.*/
-
/^release-.*/
before_script
:
before_script
:
-
"
ap
t-get
update
&&
apt-get
install
-y
git
make
sed
wget
ssh"
-
"
ap
k
add
git
make
sed
wget
ssh"
script
:
script
:
-
make docs
-
make docs
-
eval $(ssh-agent -s)
-
eval $(ssh-agent -s)
...
...
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