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
1d2ad718
Unverified
Commit
1d2ad718
authored
3 years ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
env variable approach
parent
04d6f6e2
No related branches found
No related tags found
3 merge requests
!81
New stable release
,
!43
Merge dev to master
,
!27
Draft: Resolve "Zenodo Sandbox integration for PID (e.g. DOI)"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
6
−
6
View file @
1d2ad718
...
@@ -145,9 +145,9 @@ test-backend-table:
...
@@ -145,9 +145,9 @@ test-backend-table:
test-backend-citation
:
test-backend-citation
:
stage
:
test-backend
stage
:
test-backend
script
:
script
:
-
"
./fda-citation-service/rest-service/src/test/resources/integration-test.before
"
-
./fda-citation-service/rest-service/src/test/resources/integration-test.before
-
"
mvn
-f
fda-citation-service/pom.xml
-DZENODO_API_KEY=${ZENODO_API_KEY}
clean
test
verify"
-
"
ZENODO_API_KEY=${ZENODO_API_KEY}
mvn
-f
fda-citation-service/pom.xml
clean
test
verify"
-
"
./fda-citation-service/rest-service/src/test/resources/integration-test.after
"
-
./fda-citation-service/rest-service/src/test/resources/integration-test.after
-
cat ./fda-citation-service/report/target/site/jacoco-aggregate/index.html
-
cat ./fda-citation-service/report/target/site/jacoco-aggregate/index.html
needs
:
needs
:
-
build-metadata-db
-
build-metadata-db
...
@@ -165,6 +165,6 @@ test-backend-citation:
...
@@ -165,6 +165,6 @@ test-backend-citation:
deploy-all
:
deploy-all
:
stage
:
deploy
stage
:
deploy
script
:
script
:
-
"
docker-compose
down
"
-
docker-compose down
-
"
docker-compose
up
-d
"
-
docker-compose up -d
-
"
docker-compose
down
"
-
docker-compose down
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