Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
corpus-web-services
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Lange, Dr. Herbert
corpus-web-services
Commits
2fd11ffd
Commit
2fd11ffd
authored
2 years ago
by
Lange, Dr. Herbert
Browse files
Options
Downloads
Patches
Plain Diff
try fixing ci once again
parent
56fa6984
No related branches found
No related tags found
No related merge requests found
Pipeline
#12663
failed
2 years ago
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-1
3 additions, 1 deletion
.gitlab-ci.yml
lib/install_corpus_services_jar.sh
+1
-0
1 addition, 0 deletions
lib/install_corpus_services_jar.sh
with
4 additions
and
1 deletion
.gitlab-ci.yml
+
3
−
1
View file @
2fd11ffd
...
@@ -2,8 +2,10 @@ stages: # List of stages for jobs, and their order of execution
...
@@ -2,8 +2,10 @@ stages: # List of stages for jobs, and their order of execution
-
deploy
-
deploy
build-job
:
# This job runs in the build stage, which runs first.
build-job
:
# This job runs in the build stage, which runs first.
stage
:
deploy
stage
:
deploy
image
:
maven:
latest
image
:
maven:
3.8-openjdk-11
script
:
script
:
-
cd lib
-
bash install_corpus_services_jar.sh
-
mvn compile assembly:single
-
mvn compile assembly:single
artifacts
:
artifacts
:
name
:
"
release"
name
:
"
release"
...
...
This diff is collapsed.
Click to expand it.
lib/install_corpus_services_jar.sh
+
1
−
0
View file @
2fd11ffd
#!/bin/sh
#!/bin/sh
curl
-o
corpus-services-1.0.jar https://gitlab.rrz.uni-hamburg.de/corpus-services/corpus-services/-/jobs/artifacts/develop-quest/raw/target/corpus-services-1.0.jar?job
=
compile_withmaven
mvn
install
:install-file
-Dfile
=
corpus-services-1.0.jar
-DgroupId
=
de.uni_hamburg.corpora
-DartifactId
=
corpus-services
-Dversion
=
1.0
-Dpackaging
=
jar
mvn
install
:install-file
-Dfile
=
corpus-services-1.0.jar
-DgroupId
=
de.uni_hamburg.corpora
-DartifactId
=
corpus-services
-Dversion
=
1.0
-Dpackaging
=
jar
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