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
f003e8a8
Verified
Commit
f003e8a8
authored
1 year ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Fix path
parent
d602a799
No related branches found
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
Dockerfile
+0
-7
0 additions, 7 deletions
Dockerfile
with
2 additions
and
9 deletions
.gitlab-ci.yml
+
2
−
2
View file @
f003e8a8
...
...
@@ -2,10 +2,10 @@ variables:
DOCKER_HOST
:
"
${DOCKER_PORT}"
DOCKER_TLS_CERTDIR
:
"
"
DOCKER_TLS_VERIFY
:
0
DOCKER_CERT_PATH
:
"
/certs/client"
TAG
:
"
${TAG:-latest}"
TRIVY_NO_PROGRESS
:
"
true"
TRIVY_CACHE_DIR
:
"
.trivycache/"
"
_JAVA_OPTIONS"
:
"
-Dlogging.level.root=ERROR"
image
:
maven:3-openjdk-17
...
...
@@ -67,7 +67,7 @@ test-metadata-service:
needs
:
-
build-metadata-service
script
:
-
"
mvn
-f
./dbrepo-metadata-service/pom.xml
clean
test
verify"
-
"
mvn
-f
./dbrepo-metadata-service/pom.xml
clean
test
verify
-Dlogging.level.root=ERROR
-Dlogging.level.at.tuwien.=DEBUG
"
-
"
cat
./dbrepo-metadata-service/report/target/site/jacoco-aggregate/index.html
|
grep
-o
'Total[^%]*%'
|
sed
's/<.*>/
/;
s/Total/Jacoco
Coverage
Total:/'"
artifacts
:
when
:
always
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
deleted
100644 → 0
+
0
−
7
View file @
d602a799
FROM
gcr.io/kaniko-project/executor:v1.15.0-debug
ENTRYPOINT
[""]
COPY
./dbrepo-metadata-service ./dbrepo-metadata-service
RUN
/kaniko/executor
--context
./dbrepo-metadata-service
--dockerfile
"./dbrepo-metadata-service/Dockerfile"
--no-push
\ No newline at end of file
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