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
c46466f2
Verified
Commit
c46466f2
authored
2 years ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Added docker script into pipeline
parent
7061e656
No related branches found
No related tags found
2 merge requests
!163
Relase 1.3.0
,
!162
Resolve "Improve Semantic Service handling"
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-32
2 additions, 32 deletions
.gitlab-ci.yml
with
2 additions
and
32 deletions
.gitlab-ci.yml
+
2
−
32
View file @
c46466f2
...
@@ -6,6 +6,8 @@ before_script:
...
@@ -6,6 +6,8 @@ before_script:
-
"
mvn
--version"
-
"
mvn
--version"
-
"
python3
--version"
-
"
python3
--version"
-
"
df
/
-h"
-
"
df
/
-h"
-
"
docker
logout
ghcr.io"
-
"
docker
logout
registry.hub.docker.com"
variables
:
variables
:
HOSTALIASES
:
./hosts
HOSTALIASES
:
./hosts
...
@@ -298,8 +300,6 @@ scan-analyse-service:
...
@@ -298,8 +300,6 @@ scan-analyse-service:
-
dev
-
dev
-
master
-
master
allow_failure
:
true
allow_failure
:
true
before_script
:
-
docker logout ghcr.io
script
:
script
:
-
make scan-analyse-service
-
make scan-analyse-service
cache
:
cache
:
...
@@ -320,8 +320,6 @@ scan-authentication-service:
...
@@ -320,8 +320,6 @@ scan-authentication-service:
-
dev
-
dev
-
master
-
master
allow_failure
:
true
allow_failure
:
true
before_script
:
-
docker logout ghcr.io
script
:
script
:
-
make scan-authentication-service
-
make scan-authentication-service
cache
:
cache
:
...
@@ -342,8 +340,6 @@ scan-broker-service:
...
@@ -342,8 +340,6 @@ scan-broker-service:
-
dev
-
dev
-
master
-
master
allow_failure
:
true
allow_failure
:
true
before_script
:
-
docker logout ghcr.io
script
:
script
:
-
make scan-broker-service
-
make scan-broker-service
cache
:
cache
:
...
@@ -364,8 +360,6 @@ scan-container-service:
...
@@ -364,8 +360,6 @@ scan-container-service:
-
dev
-
dev
-
master
-
master
allow_failure
:
true
allow_failure
:
true
before_script
:
-
docker logout ghcr.io
script
:
script
:
-
make scan-container-service
-
make scan-container-service
cache
:
cache
:
...
@@ -386,8 +380,6 @@ scan-database-service:
...
@@ -386,8 +380,6 @@ scan-database-service:
-
dev
-
dev
-
master
-
master
allow_failure
:
true
allow_failure
:
true
before_script
:
-
docker logout ghcr.io
script
:
script
:
-
make scan-database-service
-
make scan-database-service
cache
:
cache
:
...
@@ -408,8 +400,6 @@ scan-gateway-service:
...
@@ -408,8 +400,6 @@ scan-gateway-service:
-
dev
-
dev
-
master
-
master
allow_failure
:
true
allow_failure
:
true
before_script
:
-
docker logout ghcr.io
script
:
script
:
-
make scan-gateway-service
-
make scan-gateway-service
cache
:
cache
:
...
@@ -430,8 +420,6 @@ scan-identifier-service:
...
@@ -430,8 +420,6 @@ scan-identifier-service:
-
dev
-
dev
-
master
-
master
allow_failure
:
true
allow_failure
:
true
before_script
:
-
docker logout ghcr.io
script
:
script
:
-
make scan-identifier-service
-
make scan-identifier-service
cache
:
cache
:
...
@@ -452,8 +440,6 @@ scan-metadata-db:
...
@@ -452,8 +440,6 @@ scan-metadata-db:
-
dev
-
dev
-
master
-
master
allow_failure
:
true
allow_failure
:
true
before_script
:
-
docker logout ghcr.io
script
:
script
:
-
make scan-metadata-db
-
make scan-metadata-db
cache
:
cache
:
...
@@ -474,8 +460,6 @@ scan-metadata-service:
...
@@ -474,8 +460,6 @@ scan-metadata-service:
-
dev
-
dev
-
master
-
master
allow_failure
:
true
allow_failure
:
true
before_script
:
-
docker logout ghcr.io
script
:
script
:
-
make scan-metadata-service
-
make scan-metadata-service
cache
:
cache
:
...
@@ -496,8 +480,6 @@ scan-proxy:
...
@@ -496,8 +480,6 @@ scan-proxy:
-
dev
-
dev
-
master
-
master
allow_failure
:
true
allow_failure
:
true
before_script
:
-
docker logout ghcr.io
script
:
script
:
-
make scan-proxy
-
make scan-proxy
cache
:
cache
:
...
@@ -518,8 +500,6 @@ scan-query-service:
...
@@ -518,8 +500,6 @@ scan-query-service:
-
dev
-
dev
-
master
-
master
allow_failure
:
true
allow_failure
:
true
before_script
:
-
docker logout ghcr.io
script
:
script
:
-
make scan-query-service
-
make scan-query-service
cache
:
cache
:
...
@@ -540,8 +520,6 @@ scan-search-service:
...
@@ -540,8 +520,6 @@ scan-search-service:
-
dev
-
dev
-
master
-
master
allow_failure
:
true
allow_failure
:
true
before_script
:
-
docker logout ghcr.io
script
:
script
:
-
make scan-search-service
-
make scan-search-service
cache
:
cache
:
...
@@ -562,8 +540,6 @@ scan-semantics-service:
...
@@ -562,8 +540,6 @@ scan-semantics-service:
-
dev
-
dev
-
master
-
master
allow_failure
:
true
allow_failure
:
true
before_script
:
-
docker logout ghcr.io
script
:
script
:
-
make scan-semantics-service
-
make scan-semantics-service
cache
:
cache
:
...
@@ -584,8 +560,6 @@ scan-table-service:
...
@@ -584,8 +560,6 @@ scan-table-service:
-
dev
-
dev
-
master
-
master
allow_failure
:
true
allow_failure
:
true
before_script
:
-
docker logout ghcr.io
script
:
script
:
-
make scan-table-service
-
make scan-table-service
cache
:
cache
:
...
@@ -606,8 +580,6 @@ scan-ui:
...
@@ -606,8 +580,6 @@ scan-ui:
-
dev
-
dev
-
master
-
master
allow_failure
:
true
allow_failure
:
true
before_script
:
-
docker logout ghcr.io
script
:
script
:
-
make scan-ui
-
make scan-ui
cache
:
cache
:
...
@@ -628,8 +600,6 @@ scan-user-service:
...
@@ -628,8 +600,6 @@ scan-user-service:
-
dev
-
dev
-
master
-
master
allow_failure
:
true
allow_failure
:
true
before_script
:
-
docker logout ghcr.io
script
:
script
:
-
make scan-user-service
-
make scan-user-service
cache
:
cache
:
...
...
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