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
Merge requests
!272
Something went wrong on our end
Master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Master
master
into
release-latest
Overview
0
Commits
4
Pipelines
0
Changes
1
Merged
Master
Martin Weise
requested to merge
master
into
release-latest
May 27, 2024
Overview
0
Commits
4
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
33e8de51
Prev
Next
Show latest version
1 file
+
6
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
33e8de51
Added stuff
· 33e8de51
Martin Weise
authored
May 27, 2024
.gitlab-ci.yml
+
6
−
3
View file @ 33e8de51
Edit in single-file editor
Open in Web IDE
Show full file
@@ -5,8 +5,8 @@ variables:
DOCKER_HOST
:
"
unix:///var/run/dind/docker.sock"
TESTCONTAINERS_RYUK_DISABLED
:
"
false"
DOC_VERSIONS
:
"
latest,1.4.3,1.4.2,1.4.1,1.4.0"
APP_VERSION
:
"
1.4.
3
"
CHART_VERSION
:
"
1.4.
3
"
APP_VERSION
:
"
1.4.
4
"
CHART_VERSION
:
"
1.4.
4
"
image
:
debian:12-slim
@@ -588,7 +588,7 @@ release-images:
-
"
ifconfig
eth0
mtu
1450
up"
-
"
apk
add
make
bash"
script
:
-
"
make
release"
-
"
make
release
-images
"
release-chart
:
stage
:
release
@@ -596,6 +596,9 @@ release-chart:
only
:
refs
:
-
/^release-.*/
except
:
refs
:
-
release-latest
before_script
:
-
"
echo
${CI_REGISTRY2_PASSWORD}
|
docker
login
--username
${CI_REGISTRY2_USER}
--password-stdin
$CI_REGISTRY2_URL"
-
"
apk
add
sed
helm
curl"
Loading