This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
43
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Commits
89ca5dc1
Commit
89ca5dc1
authored
2 years ago
by
Eduard Frankford
Browse files
Options
Downloads
Patches
Plain Diff
removed unnecessary stage and improved docker image
parent
7db8fa7d
Branches
Branches containing commit
5 merge requests
!132
Bringing July Release to production
,
!128
Fixing #315 and #319
,
!126
Continous Deployment with E2E Tests
,
!125
Publish docker image
,
!119
Publish docker image
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-5
0 additions, 5 deletions
.gitlab-ci.yml
src/main/docker/gitlabCI/customJHipster/readme.md
+11
-0
11 additions, 0 deletions
src/main/docker/gitlabCI/customJHipster/readme.md
with
11 additions
and
5 deletions
.gitlab-ci.yml
+
0
−
5
View file @
89ca5dc1
...
...
@@ -146,11 +146,6 @@ sonar-analyze:
# - ./mvnw -ntp org.jacoco:jacoco-maven-plugin:prepare-agent initialize sonar:sonar -Dsonar.organization=codeAbility -Dsonar.host.url=https://server.arctis.at/sonar/ -Dsonar.login=${SONAR_TOKEN} -Dmaven.repo.local=$MAVEN_USER_HOME
allow_failure
:
true
maven-package
:
stage
:
package
script
:
-
./mvnw -ntp verify -Pprod -DskipTests -Dmaven.repo.local=$MAVEN_USER_HOME
# Uncomment the following line to use gitlabs container registry. You need to adapt the REGISTRY_URL in case you are not using gitlab.com
docker-push
:
stage
:
release
...
...
This diff is collapsed.
Click to expand it.
src/main/docker/gitlabCI/customJHipster/readme.md
0 → 100644
+
11
−
0
View file @
89ca5dc1
# Step 1
docker login sharing-codeability.uibk.ac.at:5051
# Step 2
docker build -t sharing-codeability.uibk.ac.at:5051/sharing/codeability-sharing-platform .
# Step 3
docker push sharing-codeability.uibk.ac.at:5051/sharing/codeability-sharing-platform
This diff is collapsed.
Click to expand it.
Preview
0%
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