This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 89ca5dc1 authored by Eduard Frankford's avatar Eduard Frankford
Browse files

removed unnecessary stage and improved docker image

parent 7db8fa7d
Branches
5 merge requests!132Bringing July Release to production,!128Fixing #315 and #319,!126Continous Deployment with E2E Tests,!125Publish docker image,!119Publish docker image
......@@ -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
......
# 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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment