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
2797bac7
Commit
2797bac7
authored
Dec 09, 2020
by
danyfel80
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitlab.pasteur.fr/bia/icy.git
parents
4d166a11
a340b63e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
206 additions
and
204 deletions
+206
-204
.gitlab-ci.yml
.gitlab-ci.yml
+7
-5
src/main/javadoc/overview.html
src/main/javadoc/overview.html
+199
-199
No files found.
.gitlab-ci.yml
View file @
2797bac7
image
:
maven:latest
#workflow:
# rules:
# - if: $CI_COMMIT_TAG
workflow
:
rules
:
-
if
:
$CI_COMMIT_TAG == /^v(\d+\.)?(\d+\.)?(\d)/
when
:
always
-
if
:
$CI_COMMIT_BRANCH == "master"
when
:
always
-
when
:
never
variables
:
MAVEN_CLI_OPTS
:
"
-s
.m2/settings.xml
--batch-mode"
...
...
@@ -57,8 +61,6 @@ test-job:
deploy-job
:
stage
:
deploy
#only:
#- test-ci
dependencies
:
-
package-job
script
:
...
...
src/main/javadoc/overview.html
View file @
2797bac7
This diff is collapsed.
Click to expand it.
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