Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
any2txt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
any2txt
Commits
e311d26c
Commit
e311d26c
authored
Jun 23, 2022
by
bwalkow
Browse files
Options
Downloads
Patches
Plain Diff
deploy test
parent
5b312ef5
No related branches found
No related tags found
No related merge requests found
Pipeline
#5230
failed
Jun 23, 2022
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-9
1 addition, 9 deletions
.gitlab-ci.yml
module/pom.xml
+4
-4
4 additions, 4 deletions
module/pom.xml
with
5 additions
and
13 deletions
.gitlab-ci.yml
+
1
−
9
View file @
e311d26c
...
@@ -7,17 +7,9 @@ stages:
...
@@ -7,17 +7,9 @@ stages:
-
test
-
test
-
deploy
-
deploy
test
:
stage
:
test
script
:
-
echo "$CI_JOB_TOKEN"
-
mvn --version
deployment
:
deployment
:
stage
:
deploy
stage
:
deploy
script
:
script
:
-
mvn -U --file module/pom.xml dependency:resolve
-
mvn -U $MAVEN_CLI_OPTS -Drepo.login=$MAVEN_USER -Drepo.pwd=$MAVEN_PASS deploy
# script:
# - mvn -U $MAVEN_CLI_OPTS -Drepo.login=$MAVEN_USER -Drepo.pwd=$MAVEN_PASS deploy
# only:
# only:
# - master
# - master
This diff is collapsed.
Click to expand it.
module/pom.xml
+
4
−
4
View file @
e311d26c
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
pl.clarin
</groupId>
<groupId>
pl.clarin
</groupId>
<artifactId>
nlp.worker.
any2tx
t
</artifactId>
<artifactId>
nlp.worker.
repo-tes
t
</artifactId>
<version>
1.0-SNAPSHOT
</version>
<version>
1.0-SNAPSHOT
</version>
<properties>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
...
@@ -21,9 +21,9 @@
...
@@ -21,9 +21,9 @@
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
pl.clarin
</groupId>
<groupId>
${project.groupId}
</groupId>
<artifactId>
nlp.worker
</artifactId>
<artifactId>
nlp.worker
</artifactId>
<version>
2
.0-SNAPSHOT
</version>
<version>
1
.0-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
junit
</groupId>
<groupId>
junit
</groupId>
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
</executions>
</executions>
</plugin>
</plugin>
</plugins>
</plugins>
<finalName>
nlp.worker.
any2tx
t
</finalName>
<finalName>
nlp.worker.
repo-tes
t
</finalName>
</build>
</build>
<repositories>
<repositories>
...
...
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