Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Ci Files
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
digicon-webxr-store
Ci Files
Commits
2e5e0751
Commit
2e5e0751
authored
4 years ago
by
Saralegui Vallejo, Unai
Browse files
Options
Downloads
Patches
Plain Diff
add docker tags
parent
62d95790
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
maven-packages/build.yml
+2
-0
2 additions, 0 deletions
maven-packages/build.yml
maven-packages/deploy.yml
+2
-0
2 additions, 0 deletions
maven-packages/deploy.yml
maven-packages/tests.yml
+2
-0
2 additions, 0 deletions
maven-packages/tests.yml
with
6 additions
and
0 deletions
maven-packages/build.yml
+
2
−
0
View file @
2e5e0751
...
@@ -10,6 +10,8 @@ cache:
...
@@ -10,6 +10,8 @@ cache:
build
:
build
:
stage
:
build
stage
:
build
image
:
tecnalia-docker-dev.artifact.tecnalia.com/maven:latest
image
:
tecnalia-docker-dev.artifact.tecnalia.com/maven:latest
tags
:
-
docker
script
:
script
:
-
mvn $MAVEN_CLI_OPTS compile
-
mvn $MAVEN_CLI_OPTS compile
only
:
only
:
...
...
This diff is collapsed.
Click to expand it.
maven-packages/deploy.yml
+
2
−
0
View file @
2e5e0751
deploy
:
deploy
:
stage
:
deploy
stage
:
deploy
image
:
tecnalia-docker-dev.artifact.tecnalia.com/maven:latest
image
:
tecnalia-docker-dev.artifact.tecnalia.com/maven:latest
tags
:
-
docker
script
:
script
:
-
mvn $MAVEN_CLI_OPTS deploy
-
mvn $MAVEN_CLI_OPTS deploy
only
:
only
:
...
...
This diff is collapsed.
Click to expand it.
maven-packages/tests.yml
+
2
−
0
View file @
2e5e0751
test
:
test
:
stage
:
test
stage
:
test
image
:
tecnalia-docker-dev.artifact.tecnalia.com/maven:latest
image
:
tecnalia-docker-dev.artifact.tecnalia.com/maven:latest
tags
:
-
docker
script
:
script
:
-
mvn $MAVEN_CLI_OPTS test
-
mvn $MAVEN_CLI_OPTS test
only
:
only
:
...
...
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