Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
Icy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Metrics
Incidents
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Bioimage Analysis
Icy
Commits
526494a3
Commit
526494a3
authored
Jan 26, 2021
by
Amandine TOURNAY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated CI for test
parent
33b11f7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
.gitlab-ci.yml
.gitlab-ci.yml
+5
-5
pom.xml
pom.xml
+1
-1
No files found.
.gitlab-ci.yml
View file @
526494a3
...
...
@@ -2,7 +2,7 @@ image: maven:latest
workflow
:
rules
:
-
if
:
$CI_COMMIT_BRANCH == "
master
" && $CI_COMMIT_TAG !=
null
&& $CI_COMMIT_TAG =~ /^v(\d+\.)?(\d+\.)?(\d)/
-
if
:
$CI_COMMIT_BRANCH == "
test_ci
" && $CI_COMMIT_TAG !=
null
&& $CI_COMMIT_TAG =~ /^v(\d+\.)?(\d+\.)?(\d)/
-
when
:
never
variables
:
...
...
@@ -32,7 +32,7 @@ build-job:
paths
:
-
build/
only
:
-
master
-
test_ci
-
tags
package-job
:
...
...
@@ -46,7 +46,7 @@ package-job:
paths
:
-
build/
only
:
-
master
-
test-ci
-
tags
test-job
:
...
...
@@ -62,7 +62,7 @@ test-job:
paths
:
-
build/
only
:
-
master
-
test_ci
-
tags
deploy-job
:
...
...
@@ -78,7 +78,7 @@ deploy-job:
paths
:
-
build/*.jar
only
:
-
master
-
test_ci
-
tags
#release-job:
...
...
pom.xml
View file @
526494a3
...
...
@@ -11,7 +11,7 @@
</parent>
<artifactId>
icy-kernel
</artifactId>
<version>
2.1.
1-SNAPSHOT
</version>
<version>
2.1.
2
</version>
<packaging>
jar
</packaging>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment