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
ee5999f2
Verified
Commit
ee5999f2
authored
4 months ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
WIP
Signed-off-by:
Martin Weise
<
martin.weise@tuwien.ac.at
>
parent
3ff7c8a1
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-9
12 additions, 9 deletions
.gitlab-ci.yml
with
12 additions
and
9 deletions
.gitlab-ci.yml
+
12
−
9
View file @
ee5999f2
...
@@ -448,6 +448,10 @@ test-ui:
...
@@ -448,6 +448,10 @@ test-ui:
release-images
:
release-images
:
stage
:
release
stage
:
release
image
:
docker:${DOCKER_VERSION}-dind
image
:
docker:${DOCKER_VERSION}-dind
only
:
refs
:
-
dev
-
/^release-.*/
dependencies
:
dependencies
:
-
test-analyse-service
-
test-analyse-service
-
test-auth-service-init
-
test-auth-service-init
...
@@ -457,9 +461,6 @@ release-images:
...
@@ -457,9 +461,6 @@ release-images:
-
test-search-service
-
test-search-service
-
test-search-service-init
-
test-search-service-init
-
test-ui
-
test-ui
only
:
-
tags
-
merge_requests
before_script
:
before_script
:
-
"
docker
logout
${CI_REGISTRY_URL}"
-
"
docker
logout
${CI_REGISTRY_URL}"
-
"
echo
${CI_REGISTRY_PASSWORD}
|
docker
login
--username
${CI_REGISTRY_USER}
--password-stdin
${CI_REGISTRY_URL}"
-
"
echo
${CI_REGISTRY_PASSWORD}
|
docker
login
--username
${CI_REGISTRY_USER}
--password-stdin
${CI_REGISTRY_URL}"
...
@@ -474,8 +475,8 @@ release-helm:
...
@@ -474,8 +475,8 @@ release-helm:
stage
:
release
stage
:
release
image
:
docker:${DOCKER_VERSION}-dind
image
:
docker:${DOCKER_VERSION}-dind
only
:
only
:
-
tags
refs
:
-
merge_requests
-
/^release-.*/
when
:
manual
when
:
manual
needs
:
needs
:
-
build-helm
-
build-helm
...
@@ -503,8 +504,8 @@ release-docs:
...
@@ -503,8 +504,8 @@ release-docs:
stage
:
release
stage
:
release
image
:
docker.io/python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
image
:
docker.io/python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
only
:
only
:
-
tags
refs
:
-
merge_requests
-
/^release-.*/
before_script
:
before_script
:
-
"
apk
add
--no-cache
alpine-sdk
bash
sed
wget
openssh
jq
curl"
-
"
apk
add
--no-cache
alpine-sdk
bash
sed
wget
openssh
jq
curl"
-
"
pip
install
pipenv"
-
"
pip
install
pipenv"
...
@@ -538,7 +539,8 @@ release-libs:
...
@@ -538,7 +539,8 @@ release-libs:
image
:
docker.io/python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
image
:
docker.io/python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
when
:
manual
when
:
manual
only
:
only
:
-
tags
refs
:
-
/^release-.*/
variables
:
variables
:
PIPENV_PIPFILE
:
"
./dbrepo-analyse-service/Pipfile"
PIPENV_PIPFILE
:
"
./dbrepo-analyse-service/Pipfile"
before_script
:
before_script
:
...
@@ -566,7 +568,8 @@ verify-dist:
...
@@ -566,7 +568,8 @@ verify-dist:
image
:
docker.io/alpine:${ALPINE_VERSION}
image
:
docker.io/alpine:${ALPINE_VERSION}
stage
:
verify
stage
:
verify
only
:
only
:
-
tags
refs
:
-
/^release-.*/
before_script
:
before_script
:
-
"
apk
add
curl"
-
"
apk
add
curl"
script
:
script
:
...
...
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